#428E9B

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

Shades of Hippie Blue #428E9B

Tints of Hippie Blue #428E9B

Color information

#428E9B (or 0x428E9B) is unknown color: approx Hippie Blue. HEX triplet: 42, 8E and 9B. RGB value is (66,142,155). Sum of RGB (Red+Green+Blue) = 66+142+155=363 (48% of max value = 765). Red value is 66 (26.17% from 255 or 18.18% from 363); Green value is 142 (55.86% from 255 or 39.12% from 363); Blue value is 155 (60.94% from 255 or 42.70% from 363); Max value from RGB is 155 - color contains mainly: blue. Hex color #428E9B is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #428E9B is #BD7164. Grayscale: #787878. Windows color (decimal): -12415333 or 10194498. OLE color: 10194498.

HSL color Cylindrical-coordinate representation of color #428E9B: hue angle of 188.76º degrees, saturation: 0.4, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #428E9B is Cyan = 0.57, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB66142155-
CMYK0.570.0800.39
HSL188.76º40.27%43.33%-
HSV(B)188.76º57.42%60.78%-
XYZ17.8422.8734.48-
YUV120.76147.3288.94-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 18.18%
GREEN value IS 142 (55.86% from 255) = 39.12%
BLUE value IS 155 (60.94% from 255) = 42.70%
R=18.18%
G=39.12%
B=42.70%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal661421550.570.0800.39188.7640.2743.33
Hex428E9B398027bd282b
Octal10221623371100472755053
Binary100001010001110100110111110011000010011110111101101000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #428E9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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