#408E9C

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

Shades of Hippie Blue #408E9C

Tints of Hippie Blue #408E9C

Color information

#408E9C (or 0x408E9C) is unknown color: approx Hippie Blue. HEX triplet: 40, 8E and 9C. RGB value is (64,142,156). Sum of RGB (Red+Green+Blue) = 64+142+156=362 (47% of max value = 765). Red value is 64 (25.39% from 255 or 17.68% from 362); Green value is 142 (55.86% from 255 or 39.23% from 362); Blue value is 156 (61.33% from 255 or 43.09% from 362); Max value from RGB is 156 - color contains mainly: blue. Hex color #408E9C is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #408E9C is #BF7163. Grayscale: #787878. Windows color (decimal): -12546404 or 10260032. OLE color: 10260032.

HSL color Cylindrical-coordinate representation of color #408E9C: hue angle of 189.13º degrees, saturation: 0.42, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #408E9C is Cyan = 0.59, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB64142156-
CMYK0.590.0900.39
HSL189.13º41.82%43.14%-
HSV(B)189.13º58.97%61.18%-
XYZ17.7922.8434.92-
YUV120.27148.1687.86-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 17.68%
GREEN value IS 142 (55.86% from 255) = 39.23%
BLUE value IS 156 (61.33% from 255) = 43.09%
R=17.68%
G=39.23%
B=43.09%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal641421560.590.0900.39189.1341.8243.14
Hex408E9C3B9027bd2a2b
Octal10021623473110472755253
Binary100000010001110100111001110111001010011110111101101010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #408E9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #408E9C; }

 p { color: rgb(64,142,156); }

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

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

 a { background-color: rgb(64,142,156); }

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

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

 span { border-color: rgb(64,142,156); }

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