#489391

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

Shades of Blue Chill #489391

Tints of Blue Chill #489391

Color information

#489391 (or 0x489391) is unknown color: approx Blue Chill. HEX triplet: 48, 93 and 91. RGB value is (72,147,145). Sum of RGB (Red+Green+Blue) = 72+147+145=364 (48% of max value = 765). Red value is 72 (28.52% from 255 or 19.78% from 364); Green value is 147 (57.81% from 255 or 40.38% from 364); Blue value is 145 (57.03% from 255 or 39.84% from 364); Max value from RGB is 147 - color contains mainly: green. Hex color #489391 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #489391 is #B76C6E. Grayscale: #7C7C7C. Windows color (decimal): -12020847 or 9540424. OLE color: 9540424.

HSL color Cylindrical-coordinate representation of color #489391: hue angle of 178.4º degrees, saturation: 0.34, 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 #489391 is Cyan = 0.51, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.42.

Color convert

RGB72147145-
CMYK0.5100.010.42
HSL178.4º34.25%42.94%-
HSV(B)178.4º51.02%57.65%-
XYZ18.2224.2930.52-
YUV124.35139.6590.66-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 19.78%
GREEN value IS 147 (57.81% from 255) = 40.38%
BLUE value IS 145 (57.03% from 255) = 39.84%
R=19.78%
G=40.38%
B=39.84%

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
Decimal721471450.5100.010.42178.434.2542.94
Hex48939133012Ab2222b
Octal1102232216301522624253
Binary100100010010011100100011100110110101010110010100010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #489391

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #489391; }

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

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

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

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

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

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

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

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