#408D9D

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

Shades of Hippie Blue #408D9D

Tints of Hippie Blue #408D9D

Color information

#408D9D (or 0x408D9D) is unknown color: approx Hippie Blue. HEX triplet: 40, 8D and 9D. RGB value is (64,141,157). Sum of RGB (Red+Green+Blue) = 64+141+157=362 (47% of max value = 765). Red value is 64 (25.39% from 255 or 17.68% from 362); Green value is 141 (55.47% from 255 or 38.95% from 362); Blue value is 157 (61.72% from 255 or 43.37% from 362); Max value from RGB is 157 - color contains mainly: blue. Hex color #408D9D is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #408D9D is #BF7262. Grayscale: #777777. Windows color (decimal): -12546659 or 10325312. OLE color: 10325312.

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

Color convert

RGB64141157-
CMYK0.590.1000.38
HSL190.32º42.08%43.33%-
HSV(B)190.32º59.24%61.57%-
XYZ17.7322.5735.32-
YUV119.8148.9988.2-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 17.68%
GREEN value IS 141 (55.47% from 255) = 38.95%
BLUE value IS 157 (61.72% from 255) = 43.37%
R=17.68%
G=38.95%
B=43.37%

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
Decimal641411570.590.1000.38190.3242.0843.33
Hex408D9D3BA026be2a2b
Octal10021523573120462765253
Binary100000010001101100111011110111010010011010111110101010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #408D9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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