#489496

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

Shades of Blue Chill #489496

Tints of Blue Chill #489496

Color information

#489496 (or 0x489496) is unknown color: approx Blue Chill. HEX triplet: 48, 94 and 96. RGB value is (72,148,150). Sum of RGB (Red+Green+Blue) = 72+148+150=370 (49% of max value = 765). Red value is 72 (28.52% from 255 or 19.46% from 370); Green value is 148 (58.20% from 255 or 40% from 370); Blue value is 150 (58.98% from 255 or 40.54% from 370); Max value from RGB is 150 - color contains mainly: blue. Hex color #489496 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #489496 is #B76B69. Grayscale: #7D7D7D. Windows color (decimal): -12020586 or 9868360. OLE color: 9868360.

HSL color Cylindrical-coordinate representation of color #489496: hue angle of 181.54º degrees, saturation: 0.35, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #489496 is Cyan = 0.52, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB72148150-
CMYK0.520.0100.41
HSL181.54º35.14%43.53%-
HSV(B)181.54º52%58.82%-
XYZ18.7724.7632.64-
YUV125.5141.8289.84-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 19.46%
GREEN value IS 148 (58.20% from 255) = 40%
BLUE value IS 150 (58.98% from 255) = 40.54%
R=19.46%
G=40%
B=40.54%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal721481500.520.0100.41181.5435.1443.53
Hex489496341029b6232c
Octal1102242266410512664354
Binary100100010010100100101101101001010100110110110100011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #489496

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #489496; }

 p { color: rgb(72,148,150); }

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

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

 a { background-color: rgb(72,148,150); }

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

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

 span { border-color: rgb(72,148,150); }

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