#408490

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

Shades of Hippie Blue #408490

Tints of Hippie Blue #408490

Color information

#408490 (or 0x408490) is unknown color: approx Hippie Blue. HEX triplet: 40, 84 and 90. RGB value is (64,132,144). Sum of RGB (Red+Green+Blue) = 64+132+144=340 (45% of max value = 765). Red value is 64 (25.39% from 255 or 18.82% from 340); Green value is 132 (51.95% from 255 or 38.82% from 340); Blue value is 144 (56.64% from 255 or 42.35% from 340); Max value from RGB is 144 - color contains mainly: blue. Hex color #408490 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #408490 is #BF7B6F. Grayscale: #707070. Windows color (decimal): -12548976 or 9471040. OLE color: 9471040.

HSL color Cylindrical-coordinate representation of color #408490: hue angle of 189º degrees, saturation: 0.38, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #408490 is Cyan = 0.56, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB64132144-
CMYK0.560.0800.44
HSL189º38.46%40.78%-
HSV(B)189º55.56%56.47%-
XYZ15.419.6129.36-
YUV113.04145.4793.02-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 18.82%
GREEN value IS 132 (51.95% from 255) = 38.82%
BLUE value IS 144 (56.64% from 255) = 42.35%
R=18.82%
G=38.82%
B=42.35%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal641321440.560.0800.4418938.4640.78
Hex40849038802Cbd2629
Octal10020422070100542754651
Binary100000010000100100100001110001000010110010111101100110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #408490

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #408490; }

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

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

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

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

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

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

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

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