#489099

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

Shades of Hippie Blue #489099

Tints of Hippie Blue #489099

Color information

#489099 (or 0x489099) is unknown color: approx Hippie Blue. HEX triplet: 48, 90 and 99. RGB value is (72,144,153). Sum of RGB (Red+Green+Blue) = 72+144+153=369 (48% of max value = 765). Red value is 72 (28.52% from 255 or 19.51% from 369); Green value is 144 (56.64% from 255 or 39.02% from 369); Blue value is 153 (60.16% from 255 or 41.46% from 369); Max value from RGB is 153 - color contains mainly: blue. Hex color #489099 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #489099 is #B76F66. Grayscale: #7B7B7B. Windows color (decimal): -12021607 or 10063944. OLE color: 10063944.

HSL color Cylindrical-coordinate representation of color #489099: hue angle of 186.67º degrees, saturation: 0.36, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #489099 is Cyan = 0.53, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB72144153-
CMYK0.530.0600.4
HSL186.67º36%44.12%-
HSV(B)186.67º52.94%60%-
XYZ18.423.6233.73-
YUV123.5144.6591.27-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 19.51%
GREEN value IS 144 (56.64% from 255) = 39.02%
BLUE value IS 153 (60.16% from 255) = 41.46%
R=19.51%
G=39.02%
B=41.46%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal721441530.530.0600.4186.673644.12
Hex489099356028bb242c
Octal1102202316560502734454
Binary10010001001000010011001110101110010100010111011100100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #489099

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #489099; }

 p { color: rgb(72,144,153); }

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

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

 a { background-color: rgb(72,144,153); }

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

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

 span { border-color: rgb(72,144,153); }

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