#408793

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

Shades of Hippie Blue #408793

Tints of Hippie Blue #408793

Color information

#408793 (or 0x408793) is unknown color: approx Hippie Blue. HEX triplet: 40, 87 and 93. RGB value is (64,135,147). Sum of RGB (Red+Green+Blue) = 64+135+147=346 (45% of max value = 765). Red value is 64 (25.39% from 255 or 18.50% from 346); Green value is 135 (53.12% from 255 or 39.02% from 346); Blue value is 147 (57.81% from 255 or 42.49% from 346); Max value from RGB is 147 - color contains mainly: blue. Hex color #408793 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #408793 is #BF786C. Grayscale: #737373. Windows color (decimal): -12548205 or 9668416. OLE color: 9668416.

HSL color Cylindrical-coordinate representation of color #408793: hue angle of 188.67º 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 #408793 is Cyan = 0.56, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB64135147-
CMYK0.560.0800.42
HSL188.67º39.34%41.37%-
HSV(B)188.67º56.46%57.65%-
XYZ16.0420.5230.72-
YUV115.14145.9891.52-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 18.50%
GREEN value IS 135 (53.12% from 255) = 39.02%
BLUE value IS 147 (57.81% from 255) = 42.49%
R=18.50%
G=39.02%
B=42.49%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal641351470.560.0800.42188.6739.3441.37
Hex40879338802Abd2729
Octal10020722370100522754751
Binary100000010000111100100111110001000010101010111101100111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #408793

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #408793; }

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

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

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

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

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

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

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

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