#428897

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

Shades of Hippie Blue #428897

Tints of Hippie Blue #428897

Color information

#428897 (or 0x428897) is unknown color: approx Hippie Blue. HEX triplet: 42, 88 and 97. RGB value is (66,136,151). Sum of RGB (Red+Green+Blue) = 66+136+151=353 (46% of max value = 765). Red value is 66 (26.17% from 255 or 18.70% from 353); Green value is 136 (53.52% from 255 or 38.53% from 353); Blue value is 151 (59.38% from 255 or 42.78% from 353); Max value from RGB is 151 - color contains mainly: blue. Hex color #428897 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #428897 is #BD7768. Grayscale: #747474. Windows color (decimal): -12416873 or 9930818. OLE color: 9930818.

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

Color convert

RGB66136151-
CMYK0.560.1000.41
HSL190.59º39.17%42.55%-
HSV(B)190.59º56.29%59.22%-
XYZ16.642132.45-
YUV116.78147.3191.78-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 18.70%
GREEN value IS 136 (53.52% from 255) = 38.53%
BLUE value IS 151 (59.38% from 255) = 42.78%
R=18.70%
G=38.53%
B=42.78%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal661361510.560.1000.41190.5939.1742.55
Hex42889738A029bf272b
Octal10221022770120512774753
Binary100001010001000100101111110001010010100110111111100111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #428897

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #428897; }

 p { color: rgb(66,136,151); }

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

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

 a { background-color: rgb(66,136,151); }

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

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

 span { border-color: rgb(66,136,151); }

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