#428DA0

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

Shades of Hippie Blue #428DA0

Tints of Hippie Blue #428DA0

Color information

#428DA0 (or 0x428DA0) is unknown color: approx Hippie Blue. HEX triplet: 42, 8D and A0. RGB value is (66,141,160). Sum of RGB (Red+Green+Blue) = 66+141+160=367 (48% of max value = 765). Red value is 66 (26.17% from 255 or 17.98% from 367); Green value is 141 (55.47% from 255 or 38.42% from 367); Blue value is 160 (62.89% from 255 or 43.60% from 367); Max value from RGB is 160 - color contains mainly: blue. Hex color #428DA0 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #428DA0 is #BD725F. Grayscale: #787878. Windows color (decimal): -12415584 or 10521922. OLE color: 10521922.

HSL color Cylindrical-coordinate representation of color #428DA0: hue angle of 192.13º degrees, saturation: 0.42, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #428DA0 is Cyan = 0.59, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB66141160-
CMYK0.590.1200.37
HSL192.13º41.59%44.31%-
HSV(B)192.13º58.75%62.75%-
XYZ18.1222.7536.69-
YUV120.74150.1588.96-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 17.98%
GREEN value IS 141 (55.47% from 255) = 38.42%
BLUE value IS 160 (62.89% from 255) = 43.60%
R=17.98%
G=38.42%
B=43.60%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal661411600.590.1200.37192.1341.5944.31
Hex428DA03BC025c02a2c
Octal10221524073140453005254
Binary100001010001101101000001110111100010010111000000101010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #428DA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #428DA0; }

 p { color: rgb(66,141,160); }

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

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

 a { background-color: rgb(66,141,160); }

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

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

 span { border-color: rgb(66,141,160); }

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