#489493

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

Shades of Blue Chill #489493

Tints of Blue Chill #489493

Color information

#489493 (or 0x489493) is unknown color: approx Blue Chill. HEX triplet: 48, 94 and 93. RGB value is (72,148,147). Sum of RGB (Red+Green+Blue) = 72+148+147=367 (48% of max value = 765). Red value is 72 (28.52% from 255 or 19.62% from 367); Green value is 148 (58.20% from 255 or 40.33% from 367); Blue value is 147 (57.81% from 255 or 40.05% from 367); Max value from RGB is 148 - color contains mainly: green. Hex color #489493 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #489493 is #B76B6C. Grayscale: #7D7D7D. Windows color (decimal): -12020589 or 9671752. OLE color: 9671752.

HSL color Cylindrical-coordinate representation of color #489493: hue angle of 179.21º degrees, saturation: 0.35, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #489493 is Cyan = 0.51, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.42.

Color convert

RGB72148147-
CMYK0.5100.010.42
HSL179.21º34.55%43.14%-
HSV(B)179.21º51.35%58.04%-
XYZ18.5324.6631.39-
YUV125.16140.3290.08-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 19.62%
GREEN value IS 148 (58.20% from 255) = 40.33%
BLUE value IS 147 (57.81% from 255) = 40.05%
R=19.62%
G=40.33%
B=40.05%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal721481470.5100.010.42179.2134.5543.14
Hex48949333012Ab3232b
Octal1102242236301522634353
Binary100100010010100100100111100110110101010110011100011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #489493

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #489493; }

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

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

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

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

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

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

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

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