#428EA1

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

Shades of Hippie Blue #428EA1

Tints of Hippie Blue #428EA1

Color information

#428EA1 (or 0x428EA1) is unknown color: approx Hippie Blue. HEX triplet: 42, 8E and A1. RGB value is (66,142,161). Sum of RGB (Red+Green+Blue) = 66+142+161=369 (48% of max value = 765). Red value is 66 (26.17% from 255 or 17.89% from 369); Green value is 142 (55.86% from 255 or 38.48% from 369); Blue value is 161 (63.28% from 255 or 43.63% from 369); Max value from RGB is 161 - color contains mainly: blue. Hex color #428EA1 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #428EA1 is #BD715E. Grayscale: #797979. Windows color (decimal): -12415327 or 10587714. OLE color: 10587714.

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

Color convert

RGB66142161-
CMYK0.590.1200.37
HSL192º41.85%44.51%-
HSV(B)192º59.01%63.14%-
XYZ18.3523.0837.21-
YUV121.44150.3288.46-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 17.89%
GREEN value IS 142 (55.86% from 255) = 38.48%
BLUE value IS 161 (63.28% from 255) = 43.63%
R=17.89%
G=38.48%
B=43.63%

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
Decimal661421610.590.1200.3719241.8544.51
Hex428EA13BC025c02a2d
Octal10221624173140453005255
Binary100001010001110101000011110111100010010111000000101010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #428EA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(66,142,161); }

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

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

 a { background-color: rgb(66,142,161); }

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

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

 span { border-color: rgb(66,142,161); }

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