#408595

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

Shades of Hippie Blue #408595

Tints of Hippie Blue #408595

Color information

#408595 (or 0x408595) is unknown color: approx Hippie Blue. HEX triplet: 40, 85 and 95. RGB value is (64,133,149). Sum of RGB (Red+Green+Blue) = 64+133+149=346 (45% of max value = 765). Red value is 64 (25.39% from 255 or 18.50% from 346); Green value is 133 (52.34% from 255 or 38.44% from 346); Blue value is 149 (58.59% from 255 or 43.06% from 346); Max value from RGB is 149 - color contains mainly: blue. Hex color #408595 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #408595 is #BF7A6A. Grayscale: #727272. Windows color (decimal): -12548715 or 9798976. OLE color: 9798976.

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

Color convert

RGB64133149-
CMYK0.570.1100.42
HSL191.29º39.91%41.76%-
HSV(B)191.29º57.05%58.43%-
XYZ15.9320.0331.46-
YUV114.19147.6492.2-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 18.50%
GREEN value IS 133 (52.34% from 255) = 38.44%
BLUE value IS 149 (58.59% from 255) = 43.06%
R=18.50%
G=38.44%
B=43.06%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal641331490.570.1100.42191.2939.9141.76
Hex40859539B02Abf282a
Octal10020522571130522775052
Binary100000010000101100101011110011011010101010111111101000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #408595

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #408595; }

 p { color: rgb(64,133,149); }

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

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

 a { background-color: rgb(64,133,149); }

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

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

 span { border-color: rgb(64,133,149); }

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