Color Hex Logo

#446088 Color Hex

#446088
(68,96,136)
0 Favorites   0 Comments

Color spaces of #446088

RGB 6896136
HSL0.600.330.40
HSV215°50°53°
CMYK 0.500.290.00   0.47
XYZ11.010711.372324.9073
Yxy11.37230.23280.2405
Hunter Lab33.7228-0.7337-20.1849
CIE-Lab40.20061.4973-25.4191

#446088 color RGB value is (68,96,136).

#446088 hex color red value is 68, green value is 96 and the blue value of its RGB is 136. Cylindrical-coordinate representations (also known as HSL) of color #446088 hue: 0.60 , saturation: 0.33 and the lightness value of 446088 is 0.40.

The process color (four color CMYK) of #446088 color hex is 0.50, 0.29, 0.00, 0.47. Web safe color of #446088 is #336699. Color #446088 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000100 01100000 10001000
Octal 104 140 210
Decimal 68 96 136
Hex 44 60 88

RGB Percentages of Color #446088

%22.67
%32.00
%45.33

CMYK Percentages of Color #446088

%50
%29
%0
%47

Triadic Colors of #446088

#446088 #884460 #608844

Analogous Colors of #446088

#446088 #4a4488 #448288

Monochromatic Colors of #446088

#446088

Complementary Color

#446088 #886c44

#446088 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#446088 Color Preview on White Background

Lorem ipsum dolor sit amet.

#446088 Color CSS Codes

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

#446088 Text Font Color

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

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


#446088 Background Color

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

This div background color is #446088


#446088 Border Color

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

This div border color is #446088


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(68,96,136, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #446088; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #446088;
  -webkit-box-shadow: 1px 1px 3px 2px #446088;
  box-shadow:         1px 1px 3px 2px #446088; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #446088


Comments

No comments written yet.

Please login to write comment.