#428493

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

Shades of Hippie Blue #428493

Tints of Hippie Blue #428493

Color information

#428493 (or 0x428493) is unknown color: approx Hippie Blue. HEX triplet: 42, 84 and 93. RGB value is (66,132,147). Sum of RGB (Red+Green+Blue) = 66+132+147=345 (45% of max value = 765). Red value is 66 (26.17% from 255 or 19.13% from 345); Green value is 132 (51.95% from 255 or 38.26% from 345); Blue value is 147 (57.81% from 255 or 42.61% from 345); Max value from RGB is 147 - color contains mainly: blue. Hex color #428493 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #428493 is #BD7B6C. Grayscale: #717171. Windows color (decimal): -12417901 or 9667650. OLE color: 9667650.

HSL color Cylindrical-coordinate representation of color #428493: hue angle of 191.11º degrees, saturation: 0.38, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #428493 is Cyan = 0.55, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB66132147-
CMYK0.550.1000.42
HSL191.11º38.03%41.76%-
HSV(B)191.11º55.1%57.65%-
XYZ15.7619.7730.59-
YUV113.98146.6393.78-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 19.13%
GREEN value IS 132 (51.95% from 255) = 38.26%
BLUE value IS 147 (57.81% from 255) = 42.61%
R=19.13%
G=38.26%
B=42.61%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal661321470.550.1000.42191.1138.0341.76
Hex42849337A02Abf262a
Octal10220422367120522774652
Binary100001010000100100100111101111010010101010111111100110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #428493

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #428493; }

 p { color: rgb(66,132,147); }

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

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

 a { background-color: rgb(66,132,147); }

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

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

 span { border-color: rgb(66,132,147); }

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