Color Hex Logo

#4485c0 Color Hex

#4485C0
(68,133,192)
0 Favorites   0 Comments

Color spaces of #4485c0

RGB 68133192
HSL0.580.500.51
HSV209°65°75°
CMYK 0.650.310.00   0.25
XYZ20.285921.809853.0097
Yxy21.80980.21330.2293
Hunter Lab46.7010-4.1901-34.6087
CIE-Lab53.8246-2.1626-36.9488

#4485c0 color RGB value is (68,133,192).

#4485c0 hex color red value is 68, green value is 133 and the blue value of its RGB is 192. Cylindrical-coordinate representations (also known as HSL) of color #4485c0 hue: 0.58 , saturation: 0.50 and the lightness value of 4485c0 is 0.51.

The process color (four color CMYK) of #4485c0 color hex is 0.65, 0.31, 0.00, 0.25. Web safe color of #4485c0 is #3399cc. Color #4485c0 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000100 10000101 11000000
Octal 104 205 300
Decimal 68 133 192
Hex 44 85 C0

RGB Percentages of Color #4485c0

%17.30
%33.84
%48.85

CMYK Percentages of Color #4485c0

%65
%31
%0
%25

Triadic Colors of #4485c0

#4485c0 #c04485 #85c044

Analogous Colors of #4485c0

#4485c0 #4447c0 #44c0bd

Monochromatic Colors of #4485c0

#4485c0

Complementary Color

#4485c0 #c07f44

#4485c0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4485c0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#4485c0 Color CSS Codes

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

#4485c0 Text Font Color

<p style="color:#4485c0">Text here</p>

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


#4485c0 Background Color

<div style="background-color:#4485c0">
Div content here</div>

This div background color is #4485c0


#4485c0 Border Color

<div style="border:3px solid #4485c0">
Div here</div>

This div border color is #4485c0


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(68,133,192, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #4485c0; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #4485c0;
  -webkit-box-shadow: 1px 1px 3px 2px #4485c0;
  box-shadow:         1px 1px 3px 2px #4485c0; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4485c0


Comments

No comments written yet.

Please login to write comment.