Color Hex Logo

#467bbf Color Hex

#467BBF
(70,123,191)
0 Favorites   0 Comments

Color spaces of #467bbf

RGB 70123191
HSL0.590.490.51
HSV214°63°75°
CMYK 0.630.360.00   0.25
XYZ19.012719.229651.9998
Yxy19.22960.21070.2131
Hunter Lab43.85160.6519-39.6108
CIE-Lab50.95483.8206-40.8913

#467bbf color RGB value is (70,123,191).

#467bbf hex color red value is 70, green value is 123 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #467bbf hue: 0.59 , saturation: 0.49 and the lightness value of 467bbf is 0.51.

The process color (four color CMYK) of #467bbf color hex is 0.63, 0.36, 0.00, 0.25. Web safe color of #467bbf is #3366cc. Color #467bbf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000110 01111011 10111111
Octal 106 173 277
Decimal 70 123 191
Hex 46 7B BF

RGB Percentages of Color #467bbf

%18.23
%32.03
%49.74

CMYK Percentages of Color #467bbf

%63
%36
%0
%25

Triadic Colors of #467bbf

#467bbf #bf467b #7bbf46

Analogous Colors of #467bbf

#467bbf #4e46bf #46b8bf

Monochromatic Colors of #467bbf

#467bbf

Complementary Color

#467bbf #bf8a46

#467bbf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#467bbf Color Preview on White Background

Lorem ipsum dolor sit amet.

#467bbf Color CSS Codes

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

#467bbf Text Font Color

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

This sample text font color is #467bbf
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.


#467bbf Background Color

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

This div background color is #467bbf


#467bbf Border Color

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

This div border color is #467bbf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #467bbf


Comments

No comments written yet.

Please login to write comment.