#488990

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

Shades of Blue Chill #488990

Tints of Blue Chill #488990

Color information

#488990 (or 0x488990) is unknown color: approx Blue Chill. HEX triplet: 48, 89 and 90. RGB value is (72,137,144). Sum of RGB (Red+Green+Blue) = 72+137+144=353 (46% of max value = 765). Red value is 72 (28.52% from 255 or 20.40% from 353); Green value is 137 (53.91% from 255 or 38.81% from 353); Blue value is 144 (56.64% from 255 or 40.79% from 353); Max value from RGB is 144 - color contains mainly: blue. Hex color #488990 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #488990 is #B7766F. Grayscale: #767676. Windows color (decimal): -12023408 or 9472328. OLE color: 9472328.

HSL color Cylindrical-coordinate representation of color #488990: hue angle of 185.83º degrees, saturation: 0.33, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #488990 is Cyan = 0.50, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB72137144-
CMYK0.500.0500.44
HSL185.83º33.33%42.35%-
HSV(B)185.83º50%56.47%-
XYZ16.6521.2829.62-
YUV118.36142.4794.93-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 20.40%
GREEN value IS 137 (53.91% from 255) = 38.81%
BLUE value IS 144 (56.64% from 255) = 40.79%
R=20.40%
G=38.81%
B=40.79%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal721371440.500.0500.44185.8333.3342.35
Hex48899032502Cba212a
Octal1102112206250542724152
Binary10010001000100110010000110010101010110010111010100001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #488990

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #488990; }

 p { color: rgb(72,137,144); }

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

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

 a { background-color: rgb(72,137,144); }

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

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

 span { border-color: rgb(72,137,144); }

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