#408E9D

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

Shades of Hippie Blue #408E9D

Tints of Hippie Blue #408E9D

Color information

#408E9D (or 0x408E9D) is unknown color: approx Hippie Blue. HEX triplet: 40, 8E and 9D. RGB value is (64,142,157). Sum of RGB (Red+Green+Blue) = 64+142+157=363 (48% of max value = 765). Red value is 64 (25.39% from 255 or 17.63% from 363); Green value is 142 (55.86% from 255 or 39.12% from 363); Blue value is 157 (61.72% from 255 or 43.25% from 363); Max value from RGB is 157 - color contains mainly: blue. Hex color #408E9D is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #408E9D is #BF7162. Grayscale: #787878. Windows color (decimal): -12546403 or 10325568. OLE color: 10325568.

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

Color convert

RGB64142157-
CMYK0.590.1000.38
HSL189.68º42.08%43.33%-
HSV(B)189.68º59.24%61.57%-
XYZ17.8722.8735.37-
YUV120.39148.6687.78-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 17.63%
GREEN value IS 142 (55.86% from 255) = 39.12%
BLUE value IS 157 (61.72% from 255) = 43.25%
R=17.63%
G=39.12%
B=43.25%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal641421570.590.1000.38189.6842.0843.33
Hex408E9D3BA026be2a2b
Octal10021623573120462765253
Binary100000010001110100111011110111010010011010111110101010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #408E9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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