#428491

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

Shades of Hippie Blue #428491

Tints of Hippie Blue #428491

Color information

#428491 (or 0x428491) is unknown color: approx Hippie Blue. HEX triplet: 42, 84 and 91. RGB value is (66,132,145). Sum of RGB (Red+Green+Blue) = 66+132+145=343 (45% of max value = 765). Red value is 66 (26.17% from 255 or 19.24% from 343); Green value is 132 (51.95% from 255 or 38.48% from 343); Blue value is 145 (57.03% from 255 or 42.27% from 343); Max value from RGB is 145 - color contains mainly: blue. Hex color #428491 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #428491 is #BD7B6E. Grayscale: #717171. Windows color (decimal): -12417903 or 9536578. OLE color: 9536578.

HSL color Cylindrical-coordinate representation of color #428491: hue angle of 189.87º 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 #428491 is Cyan = 0.54, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB66132145-
CMYK0.540.0900.43
HSL189.87º37.44%41.37%-
HSV(B)189.87º54.48%56.86%-
XYZ15.6119.7129.77-
YUV113.75145.6393.94-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 19.24%
GREEN value IS 132 (51.95% from 255) = 38.48%
BLUE value IS 145 (57.03% from 255) = 42.27%
R=19.24%
G=38.48%
B=42.27%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal661321450.540.0900.43189.8737.4441.37
Hex42849136902Bbe2529
Octal10220422166110532764551
Binary100001010000100100100011101101001010101110111110100101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #428491

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #428491; }

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

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

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

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

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

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

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

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