#489893

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

Shades of Blue Chill #489893

Tints of Blue Chill #489893

Color information

#489893 (or 0x489893) is unknown color: approx Blue Chill. HEX triplet: 48, 98 and 93. RGB value is (72,152,147). Sum of RGB (Red+Green+Blue) = 72+152+147=371 (49% of max value = 765). Red value is 72 (28.52% from 255 or 19.41% from 371); Green value is 152 (59.77% from 255 or 40.97% from 371); Blue value is 147 (57.81% from 255 or 39.62% from 371); Max value from RGB is 152 - color contains mainly: green. Hex color #489893 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #489893 is #B7676C. Grayscale: #7F7F7F. Windows color (decimal): -12019565 or 9672776. OLE color: 9672776.

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

Color convert

RGB72152147-
CMYK0.5300.030.40
HSL176.25º35.71%43.92%-
HSV(B)176.25º52.63%59.61%-
XYZ19.1725.9431.6-
YUV127.5113988.41-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 19.41%
GREEN value IS 152 (59.77% from 255) = 40.97%
BLUE value IS 147 (57.81% from 255) = 39.62%
R=19.41%
G=40.97%
B=39.62%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal721521470.5300.030.40176.2535.7143.92
Hex489893350328b0242c
Octal1102302236503502604454
Binary1001000100110001001001111010101110100010110000100100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #489893

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #489893; }

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

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

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

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

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

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

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

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