#408996

Color #408996 Hippie Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Hippie Blue #408996

Tints of Hippie Blue #408996

Color information

#408996 (or 0x408996) is unknown color: approx Hippie Blue. HEX triplet: 40, 89 and 96. RGB value is (64,137,150). Sum of RGB (Red+Green+Blue) = 64+137+150=351 (46% of max value = 765). Red value is 64 (25.39% from 255 or 18.23% from 351); Green value is 137 (53.91% from 255 or 39.03% from 351); Blue value is 150 (58.98% from 255 or 42.74% from 351); Max value from RGB is 150 - color contains mainly: blue. Hex color #408996 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #408996 is #BF7669. Grayscale: #747474. Windows color (decimal): -12547690 or 9865536. OLE color: 9865536.

HSL color Cylindrical-coordinate representation of color #408996: hue angle of 189.07º degrees, saturation: 0.4, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #408996 is Cyan = 0.57, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB64137150-
CMYK0.570.0900.41
HSL189.07º40.19%41.96%-
HSV(B)189.07º57.33%58.82%-
XYZ16.5721.1832.07-
YUV116.66146.8290.44-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 64 (25.39% from 255) = 18.23%
GREEN value IS 137 (53.91% from 255) = 39.03%
BLUE value IS 150 (58.98% from 255) = 42.74%
R=18.23%
G=39.03%
B=42.74%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal641371500.570.0900.41189.0740.1941.96
Hex408996399029bd282a
Octal10021122671110512755052
Binary100000010001001100101101110011001010100110111101101000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #408996

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #408996; }

 p { color: rgb(64,137,150); }

 H1.HeaderClassName
 {
   color: #408996;
 }
 .AnyTagClassName
 {
   color: #408996;
 }
</style>
background-color css

<style>
 a { background-color: #408996; }

 a { background-color: rgb(64,137,150); }

 div.DivClassName
 {
   background-color: #408996;
 }
 .BgClassName
 {
   background-color: #408996;
 }
</style>
border-color css

<style>
 span { border-color: #408996; }

 span { border-color: rgb(64,137,150); }

 td.TdClassName
 {
   border-color: #408996;
 }
 .TagClassName
 {
   border-color: #408996;
 }
</style>