#408593

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

Shades of Hippie Blue #408593

Tints of Hippie Blue #408593

Color information

#408593 (or 0x408593) is unknown color: approx Hippie Blue. HEX triplet: 40, 85 and 93. RGB value is (64,133,147). Sum of RGB (Red+Green+Blue) = 64+133+147=344 (45% of max value = 765). Red value is 64 (25.39% from 255 or 18.60% from 344); Green value is 133 (52.34% from 255 or 38.66% from 344); Blue value is 147 (57.81% from 255 or 42.73% from 344); Max value from RGB is 147 - color contains mainly: blue. Hex color #408593 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #408593 is #BF7A6C. Grayscale: #717171. Windows color (decimal): -12548717 or 9667904. OLE color: 9667904.

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

Color convert

RGB64133147-
CMYK0.560.1000.42
HSL190.12º39.34%41.37%-
HSV(B)190.12º56.46%57.65%-
XYZ15.7719.9730.63-
YUV113.96146.6492.36-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 18.60%
GREEN value IS 133 (52.34% from 255) = 38.66%
BLUE value IS 147 (57.81% from 255) = 42.73%
R=18.60%
G=38.66%
B=42.73%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal641331470.560.1000.42190.1239.3441.37
Hex40859338A02Abe2729
Octal10020522370120522764751
Binary100000010000101100100111110001010010101010111110100111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #408593

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #408593; }

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

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

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

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

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

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

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

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