#408F9C

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

Shades of Hippie Blue #408F9C

Tints of Hippie Blue #408F9C

Color information

#408F9C (or 0x408F9C) is unknown color: approx Hippie Blue. HEX triplet: 40, 8F and 9C. RGB value is (64,143,156). Sum of RGB (Red+Green+Blue) = 64+143+156=363 (48% of max value = 765). Red value is 64 (25.39% from 255 or 17.63% from 363); Green value is 143 (56.25% from 255 or 39.39% from 363); Blue value is 156 (61.33% from 255 or 42.98% from 363); Max value from RGB is 156 - color contains mainly: blue. Hex color #408F9C is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #408F9C is #BF7063. Grayscale: #787878. Windows color (decimal): -12546148 or 10260288. OLE color: 10260288.

HSL color Cylindrical-coordinate representation of color #408F9C: hue angle of 188.48º 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 #408F9C is Cyan = 0.59, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB64143156-
CMYK0.590.0800.39
HSL188.48º41.82%43.14%-
HSV(B)188.48º58.97%61.18%-
XYZ17.9423.1434.97-
YUV120.86147.8387.44-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 17.63%
GREEN value IS 143 (56.25% from 255) = 39.39%
BLUE value IS 156 (61.33% from 255) = 42.98%
R=17.63%
G=39.39%
B=42.98%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal641431560.590.0800.39188.4841.8243.14
Hex408F9C3B8027bc2a2b
Octal10021723473100472745253
Binary100000010001111100111001110111000010011110111100101010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #408F9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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