#408491

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

Shades of Hippie Blue #408491

Tints of Hippie Blue #408491

Color information

#408491 (or 0x408491) is unknown color: approx Hippie Blue. HEX triplet: 40, 84 and 91. RGB value is (64,132,145). Sum of RGB (Red+Green+Blue) = 64+132+145=341 (45% of max value = 765). Red value is 64 (25.39% from 255 or 18.77% from 341); Green value is 132 (51.95% from 255 or 38.71% from 341); Blue value is 145 (57.03% from 255 or 42.52% from 341); Max value from RGB is 145 - color contains mainly: blue. Hex color #408491 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #408491 is #BF7B6E. Grayscale: #717171. Windows color (decimal): -12548975 or 9536576. OLE color: 9536576.

HSL color Cylindrical-coordinate representation of color #408491: hue angle of 189.63º degrees, saturation: 0.39, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #408491 is Cyan = 0.56, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB64132145-
CMYK0.560.0900.43
HSL189.63º38.76%40.98%-
HSV(B)189.63º55.86%56.86%-
XYZ15.4819.6429.76-
YUV113.15145.9792.94-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 18.77%
GREEN value IS 132 (51.95% from 255) = 38.71%
BLUE value IS 145 (57.03% from 255) = 42.52%
R=18.77%
G=38.71%
B=42.52%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal641321450.560.0900.43189.6338.7640.98
Hex40849138902Bbe2729
Octal10020422170110532764751
Binary100000010000100100100011110001001010101110111110100111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #408491

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #408491; }

 p { color: rgb(64,132,145); }

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

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

 a { background-color: rgb(64,132,145); }

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

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

 span { border-color: rgb(64,132,145); }

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