#428196

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

Shades of Hippie Blue #428196

Tints of Hippie Blue #428196

Color information

#428196 (or 0x428196) is unknown color: approx Hippie Blue. HEX triplet: 42, 81 and 96. RGB value is (66,129,150). Sum of RGB (Red+Green+Blue) = 66+129+150=345 (45% of max value = 765). Red value is 66 (26.17% from 255 or 19.13% from 345); Green value is 129 (50.78% from 255 or 37.39% from 345); Blue value is 150 (58.98% from 255 or 43.48% from 345); Max value from RGB is 150 - color contains mainly: blue. Hex color #428196 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #428196 is #BD7E69. Grayscale: #707070. Windows color (decimal): -12418666 or 9863490. OLE color: 9863490.

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

Color convert

RGB66129150-
CMYK0.560.1400.41
HSL195º38.89%42.35%-
HSV(B)195º56%58.82%-
XYZ15.619.0631.71-
YUV112.56149.1394.79-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 19.13%
GREEN value IS 129 (50.78% from 255) = 37.39%
BLUE value IS 150 (58.98% from 255) = 43.48%
R=19.13%
G=37.39%
B=43.48%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal661291500.560.1400.4119538.8942.35
Hex42819638E029c3272a
Octal10220122670160513034752
Binary100001010000001100101101110001110010100111000011100111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #428196

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #428196; }

 p { color: rgb(66,129,150); }

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

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

 a { background-color: rgb(66,129,150); }

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

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

 span { border-color: rgb(66,129,150); }

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