Color Hex Logo

#467bca Color Hex

#467BCA
(70,123,202)
0 Favorites   0 Comments

Color spaces of #467bca

RGB 70123202
HSL0.600.550.53
HSV216°65°79°
CMYK 0.650.390.00   0.21
XYZ20.269419.732358.6175
Yxy19.73230.20550.2001
Hunter Lab44.42113.7130-47.1436
CIE-Lab51.53327.6332-46.2628

#467bca color RGB value is (70,123,202).

#467bca hex color red value is 70, green value is 123 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #467bca hue: 0.60 , saturation: 0.55 and the lightness value of 467bca is 0.53.

The process color (four color CMYK) of #467bca color hex is 0.65, 0.39, 0.00, 0.21. Web safe color of #467bca is #3366cc. Color #467bca contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000110 01111011 11001010
Octal 106 173 312
Decimal 70 123 202
Hex 46 7B CA

RGB Percentages of Color #467bca

%17.72
%31.14
%51.14

CMYK Percentages of Color #467bca

%65
%39
%0
%21

Triadic Colors of #467bca

#467bca #ca467b #7bca46

Analogous Colors of #467bca

#467bca #5346ca #46bdca

Monochromatic Colors of #467bca

#467bca

Complementary Color

#467bca #ca9546

#467bca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#467bca Color Preview on White Background

Lorem ipsum dolor sit amet.

#467bca Color CSS Codes

.mybgcolor {background-color:#467bca; } 
.myforecolor {color:#467bca; }
.mybordercolor {border:3px solid #467bca; }

#467bca Text Font Color

<p style="color:#467bca">Text here</p>

This sample text font color is #467bca
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#467bca Background Color

<div style="background-color:#467bca">
Div content here</div>

This div background color is #467bca


#467bca Border Color

<div style="border:3px solid #467bca">
Div here</div>

This div border color is #467bca


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(70,123,202, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #467bca; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #467bca;
  -webkit-box-shadow: 1px 1px 3px 2px #467bca;
  box-shadow:         1px 1px 3px 2px #467bca; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(70,123,202, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #467bca">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #467bca;
  -webkit-box-shadow: 1px 1px 3px 2px #467bca;
  box-shadow:         1px 1px 3px 2px #467bca;">
Div content here</div>

This div box has shadow with color #467bca


Comments

No comments written yet.

Please login to write comment.