#408A9D

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

Shades of Hippie Blue #408A9D

Tints of Hippie Blue #408A9D

Color information

#408A9D (or 0x408A9D) is unknown color: approx Hippie Blue. HEX triplet: 40, 8A and 9D. RGB value is (64,138,157). Sum of RGB (Red+Green+Blue) = 64+138+157=359 (47% of max value = 765). Red value is 64 (25.39% from 255 or 17.83% from 359); Green value is 138 (54.30% from 255 or 38.44% from 359); Blue value is 157 (61.72% from 255 or 43.73% from 359); Max value from RGB is 157 - color contains mainly: blue. Hex color #408A9D is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #408A9D is #BF7562. Grayscale: #757575. Windows color (decimal): -12547427 or 10324544. OLE color: 10324544.

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

Color convert

RGB64138157-
CMYK0.590.1200.38
HSL192.26º42.08%43.33%-
HSV(B)192.26º59.24%61.57%-
XYZ17.2921.735.18-
YUV118.04149.9889.46-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 17.83%
GREEN value IS 138 (54.30% from 255) = 38.44%
BLUE value IS 157 (61.72% from 255) = 43.73%
R=17.83%
G=38.44%
B=43.73%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal641381570.590.1200.38192.2642.0843.33
Hex408A9D3BC026c02a2b
Octal10021223573140463005253
Binary100000010001010100111011110111100010011011000000101010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #408A9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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