#489299

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

Shades of Blue Chill #489299

Tints of Blue Chill #489299

Color information

#489299 (or 0x489299) is unknown color: approx Blue Chill. HEX triplet: 48, 92 and 99. RGB value is (72,146,153). Sum of RGB (Red+Green+Blue) = 72+146+153=371 (49% of max value = 765). Red value is 72 (28.52% from 255 or 19.41% from 371); Green value is 146 (57.42% from 255 or 39.35% from 371); Blue value is 153 (60.16% from 255 or 41.24% from 371); Max value from RGB is 153 - color contains mainly: blue. Hex color #489299 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #489299 is #B76D66. Grayscale: #7C7C7C. Windows color (decimal): -12021095 or 10064456. OLE color: 10064456.

HSL color Cylindrical-coordinate representation of color #489299: hue angle of 185.19º 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 #489299 is Cyan = 0.53, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB72146153-
CMYK0.530.0500.4
HSL185.19º36%44.12%-
HSV(B)185.19º52.94%60%-
XYZ18.724.2433.83-
YUV124.67143.9890.43-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 19.41%
GREEN value IS 146 (57.42% from 255) = 39.35%
BLUE value IS 153 (60.16% from 255) = 41.24%
R=19.41%
G=39.35%
B=41.24%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal721461530.530.0500.4185.193644.12
Hex489299355028b9242c
Octal1102222316550502714454
Binary10010001001001010011001110101101010100010111001100100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #489299

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #489299; }

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

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

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

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

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

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

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

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