#428A9C

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

Shades of Hippie Blue #428A9C

Tints of Hippie Blue #428A9C

Color information

#428A9C (or 0x428A9C) is unknown color: approx Hippie Blue. HEX triplet: 42, 8A and 9C. RGB value is (66,138,156). Sum of RGB (Red+Green+Blue) = 66+138+156=360 (47% of max value = 765). Red value is 66 (26.17% from 255 or 18.33% from 360); Green value is 138 (54.30% from 255 or 38.33% from 360); Blue value is 156 (61.33% from 255 or 43.33% from 360); Max value from RGB is 156 - color contains mainly: blue. Hex color #428A9C is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #428A9C is #BD7563. Grayscale: #767676. Windows color (decimal): -12416356 or 10259010. OLE color: 10259010.

HSL color Cylindrical-coordinate representation of color #428A9C: hue angle of 192º 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 #428A9C is Cyan = 0.58, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB66138156-
CMYK0.580.1200.39
HSL192º40.54%43.53%-
HSV(B)192º57.69%61.18%-
XYZ17.3421.7434.73-
YUV118.52149.1590.54-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 18.33%
GREEN value IS 138 (54.30% from 255) = 38.33%
BLUE value IS 156 (61.33% from 255) = 43.33%
R=18.33%
G=38.33%
B=43.33%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal661381560.580.1200.3919240.5443.53
Hex428A9C3AC027c0292c
Octal10221223472140473005154
Binary100001010001010100111001110101100010011111000000101001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #428A9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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