#408796

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

Shades of Hippie Blue #408796

Tints of Hippie Blue #408796

Color information

#408796 (or 0x408796) is unknown color: approx Hippie Blue. HEX triplet: 40, 87 and 96. RGB value is (64,135,150). Sum of RGB (Red+Green+Blue) = 64+135+150=349 (46% of max value = 765). Red value is 64 (25.39% from 255 or 18.34% from 349); Green value is 135 (53.12% from 255 or 38.68% from 349); Blue value is 150 (58.98% from 255 or 42.98% from 349); Max value from RGB is 150 - color contains mainly: blue. Hex color #408796 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #408796 is #BF7869. Grayscale: #737373. Windows color (decimal): -12548202 or 9865024. OLE color: 9865024.

HSL color Cylindrical-coordinate representation of color #408796: hue angle of 190.47º degrees, saturation: 0.4, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #408796 is Cyan = 0.57, Magento = 0.1, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB64135150-
CMYK0.570.100.41
HSL190.47º40.19%41.96%-
HSV(B)190.47º57.33%58.82%-
XYZ16.2820.6231.98-
YUV115.48147.4891.28-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 18.34%
GREEN value IS 135 (53.12% from 255) = 38.68%
BLUE value IS 150 (58.98% from 255) = 42.98%
R=18.34%
G=38.68%
B=42.98%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.1
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal641351500.570.100.41190.4740.1941.96
Hex40879639A029be282a
Octal10020722671120512765052
Binary100000010000111100101101110011010010100110111110101000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #408796

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #408796; }

 p { color: rgb(64,135,150); }

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

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

 a { background-color: rgb(64,135,150); }

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

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

 span { border-color: rgb(64,135,150); }

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