Color Hex Logo

#4468bd Color Hex

#4468BD
(68,104,189)
0 Favorites   0 Comments

Color spaces of #4468bd

RGB 68104189
HSL0.620.480.50
HSV222°64°74°
CMYK 0.640.450.00   0.26
XYZ16.519514.803750.1308
Yxy14.80370.20280.1817
Hunter Lab38.47569.3068-50.3175
CIE-Lab45.364214.5327-48.6344

#4468bd color RGB value is (68,104,189).

#4468bd hex color red value is 68, green value is 104 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #4468bd hue: 0.62 , saturation: 0.48 and the lightness value of 4468bd is 0.50.

The process color (four color CMYK) of #4468bd color hex is 0.64, 0.45, 0.00, 0.26. Web safe color of #4468bd is #3366cc. Color #4468bd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000100 01101000 10111101
Octal 104 150 275
Decimal 68 104 189
Hex 44 68 BD

RGB Percentages of Color #4468bd

%18.84
%28.81
%52.35

CMYK Percentages of Color #4468bd

%64
%45
%0
%26

Triadic Colors of #4468bd

#4468bd #bd4468 #68bd44

Analogous Colors of #4468bd

#4468bd #5c44bd #44a5bd

Monochromatic Colors of #4468bd

#4468bd

Complementary Color

#4468bd #bd9944

#4468bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4468bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#4468bd Color CSS Codes

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

#4468bd Text Font Color

<p style="color:#4468bd">Text here</p>

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


#4468bd Background Color

<div style="background-color:#4468bd">
Div content here</div>

This div background color is #4468bd


#4468bd Border Color

<div style="border:3px solid #4468bd">
Div here</div>

This div border color is #4468bd


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(68,104,189, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #4468bd; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #4468bd;
  -webkit-box-shadow: 1px 1px 3px 2px #4468bd;
  box-shadow:         1px 1px 3px 2px #4468bd; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(68,104,189, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4468bd


Comments

No comments written yet.

Please login to write comment.