#428391

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

Shades of Hippie Blue #428391

Tints of Hippie Blue #428391

Color information

#428391 (or 0x428391) is unknown color: approx Hippie Blue. HEX triplet: 42, 83 and 91. RGB value is (66,131,145). Sum of RGB (Red+Green+Blue) = 66+131+145=342 (45% of max value = 765). Red value is 66 (26.17% from 255 or 19.30% from 342); Green value is 131 (51.56% from 255 or 38.30% from 342); Blue value is 145 (57.03% from 255 or 42.40% from 342); Max value from RGB is 145 - color contains mainly: blue. Hex color #428391 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #428391 is #BD7C6E. Grayscale: #717171. Windows color (decimal): -12418159 or 9536322. OLE color: 9536322.

HSL color Cylindrical-coordinate representation of color #428391: hue angle of 190.63º degrees, saturation: 0.37, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #428391 is Cyan = 0.54, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB66131145-
CMYK0.540.1000.43
HSL190.63º37.44%41.37%-
HSV(B)190.63º54.48%56.86%-
XYZ15.4719.4429.72-
YUV113.16145.9794.36-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 19.30%
GREEN value IS 131 (51.56% from 255) = 38.30%
BLUE value IS 145 (57.03% from 255) = 42.40%
R=19.30%
G=38.30%
B=42.40%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal661311450.540.1000.43190.6337.4441.37
Hex42839136A02Bbf2529
Octal10220322166120532774551
Binary100001010000011100100011101101010010101110111111100101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #428391

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #428391; }

 p { color: rgb(66,131,145); }

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

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

 a { background-color: rgb(66,131,145); }

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

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

 span { border-color: rgb(66,131,145); }

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