Color Hex Logo

#4462bd Color Hex

#4462BD
(68,98,189)
0 Favorites   0 Comments

Color spaces of #4462bd

RGB 6898189
HSL0.630.480.50
HSV225°64°74°
CMYK 0.640.480.00   0.26
XYZ15.936913.638449.9366
Yxy13.63840.20040.1715
Hunter Lab36.930212.4022-54.3201
CIE-Lab43.709818.3439-51.2870

#4462bd color RGB value is (68,98,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000100 01100010 10111101
Octal 104 142 275
Decimal 68 98 189
Hex 44 62 BD

RGB Percentages of Color #4462bd

%19.15
%27.61
%53.24

CMYK Percentages of Color #4462bd

%64
%48
%0
%26

Triadic Colors of #4462bd

#4462bd #bd4462 #62bd44

Analogous Colors of #4462bd

#4462bd #6344bd #449fbd

Monochromatic Colors of #4462bd

#4462bd

Complementary Color

#4462bd #bd9f44

#4462bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4462bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#4462bd Color CSS Codes

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

#4462bd Text Font Color

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

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


#4462bd Background Color

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

This div background color is #4462bd


#4462bd Border Color

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

This div border color is #4462bd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(68,98,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 #4462bd">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4462bd


Comments

No comments written yet.

Please login to write comment.