#489498

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

Shades of Blue Chill #489498

Tints of Blue Chill #489498

Color information

#489498 (or 0x489498) is unknown color: approx Blue Chill. HEX triplet: 48, 94 and 98. RGB value is (72,148,152). Sum of RGB (Red+Green+Blue) = 72+148+152=372 (49% of max value = 765). Red value is 72 (28.52% from 255 or 19.35% from 372); Green value is 148 (58.20% from 255 or 39.78% from 372); Blue value is 152 (59.77% from 255 or 40.86% from 372); Max value from RGB is 152 - color contains mainly: blue. Hex color #489498 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #489498 is #B76B67. Grayscale: #7D7D7D. Windows color (decimal): -12020584 or 9999432. OLE color: 9999432.

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

Color convert

RGB72148152-
CMYK0.530.0300.40
HSL183º35.71%43.92%-
HSV(B)183º52.63%59.61%-
XYZ18.9324.8233.5-
YUV125.73142.8289.67-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 19.35%
GREEN value IS 148 (58.20% from 255) = 39.78%
BLUE value IS 152 (59.77% from 255) = 40.86%
R=19.35%
G=39.78%
B=40.86%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal721481520.530.0300.4018335.7143.92
Hex489498353028b7242c
Octal1102242306530502674454
Binary1001000100101001001100011010111010100010110111100100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #489498

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #489498; }

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

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

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

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

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

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

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

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