#428E9C

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

Shades of Hippie Blue #428E9C

Tints of Hippie Blue #428E9C

Color information

#428E9C (or 0x428E9C) is unknown color: approx Hippie Blue. HEX triplet: 42, 8E and 9C. RGB value is (66,142,156). Sum of RGB (Red+Green+Blue) = 66+142+156=364 (48% of max value = 765). Red value is 66 (26.17% from 255 or 18.13% from 364); Green value is 142 (55.86% from 255 or 39.01% from 364); Blue value is 156 (61.33% from 255 or 42.86% from 364); Max value from RGB is 156 - color contains mainly: blue. Hex color #428E9C is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #428E9C is #BD7163. Grayscale: #787878. Windows color (decimal): -12415332 or 10260034. OLE color: 10260034.

HSL color Cylindrical-coordinate representation of color #428E9C: hue angle of 189.33º degrees, saturation: 0.41, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #428E9C is Cyan = 0.58, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB66142156-
CMYK0.580.0900.39
HSL189.33º40.54%43.53%-
HSV(B)189.33º57.69%61.18%-
XYZ17.9222.934.93-
YUV120.87147.8288.86-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 18.13%
GREEN value IS 142 (55.86% from 255) = 39.01%
BLUE value IS 156 (61.33% from 255) = 42.86%
R=18.13%
G=39.01%
B=42.86%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal661421560.580.0900.39189.3340.5443.53
Hex428E9C3A9027bd292c
Octal10221623472110472755154
Binary100001010001110100111001110101001010011110111101101001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #428E9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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