#408D9F

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

Shades of Hippie Blue #408D9F

Tints of Hippie Blue #408D9F

Color information

#408D9F (or 0x408D9F) is unknown color: approx Hippie Blue. HEX triplet: 40, 8D and 9F. RGB value is (64,141,159). Sum of RGB (Red+Green+Blue) = 64+141+159=364 (48% of max value = 765). Red value is 64 (25.39% from 255 or 17.58% from 364); Green value is 141 (55.47% from 255 or 38.74% from 364); Blue value is 159 (62.5% from 255 or 43.68% from 364); Max value from RGB is 159 - color contains mainly: blue. Hex color #408D9F is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #408D9F is #BF7260. Grayscale: #777777. Windows color (decimal): -12546657 or 10456384. OLE color: 10456384.

HSL color Cylindrical-coordinate representation of color #408D9F: hue angle of 191.37º degrees, saturation: 0.43, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #408D9F is Cyan = 0.60, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB64141159-
CMYK0.600.1100.38
HSL191.37º42.6%43.73%-
HSV(B)191.37º59.75%62.35%-
XYZ17.922.6436.23-
YUV120.03149.9988.04-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 17.58%
GREEN value IS 141 (55.47% from 255) = 38.74%
BLUE value IS 159 (62.5% from 255) = 43.68%
R=17.58%
G=38.74%
B=43.68%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal641411590.600.1100.38191.3742.643.73
Hex408D9F3CB026bf2b2c
Octal10021523774130462775354
Binary100000010001101100111111111001011010011010111111101011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #408D9F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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