#428999

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

Shades of Hippie Blue #428999

Tints of Hippie Blue #428999

Color information

#428999 (or 0x428999) is unknown color: approx Hippie Blue. HEX triplet: 42, 89 and 99. RGB value is (66,137,153). Sum of RGB (Red+Green+Blue) = 66+137+153=356 (47% of max value = 765). Red value is 66 (26.17% from 255 or 18.54% from 356); Green value is 137 (53.91% from 255 or 38.48% from 356); Blue value is 153 (60.16% from 255 or 42.98% from 356); Max value from RGB is 153 - color contains mainly: blue. Hex color #428999 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #428999 is #BD7666. Grayscale: #757575. Windows color (decimal): -12416615 or 10062146. OLE color: 10062146.

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

Color convert

RGB66137153-
CMYK0.570.1000.4
HSL191.03º39.73%42.94%-
HSV(B)191.03º56.86%60%-
XYZ16.9421.3533.36-
YUV117.6147.9891.2-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 18.54%
GREEN value IS 137 (53.91% from 255) = 38.48%
BLUE value IS 153 (60.16% from 255) = 42.98%
R=18.54%
G=38.48%
B=42.98%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal661371530.570.1000.4191.0339.7342.94
Hex42899939A028bf282b
Octal10221123171120502775053
Binary100001010001001100110011110011010010100010111111101000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #428999

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #428999; }

 p { color: rgb(66,137,153); }

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

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

 a { background-color: rgb(66,137,153); }

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

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

 span { border-color: rgb(66,137,153); }

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