Html Css Color HEX #489CA0 Blue Chill

📋 copy color: '#489CA0'

red 72 ◦ green 156 ◦ blue 160

#489CA0
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Blue Chill #489CA0

Tints of Blue Chill #489CA0

RGB

 RED value IS 72 (28.52% from 255) = 18.56%

 GREEN value IS 156 (61.33% from 255) = 40.21%

 BLUE value IS 160 (62.89% from 255) = 41.24%

R = 18.56%
G = 40.21%
B = 41.24%

CMYK

 C value IS 0.55

 M value IS 0.02

 Y value IS 0

 K value IS 0.37

RGB Variations

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

Color information

#489CA0 (or 0x489CA0) is known color: Blue Chill. HEX triplet: 48, 9C and A0. RGB value is (72,156,160). Sum of RGB (Red+Green+Blue) = 72+156+160=388 (51% of max value = 765). Red value is 72 (28.52% from 255 or 18.56% from 388); Green value is 156 (61.33% from 255 or 40.21% from 388); Blue value is 160 (62.89% from 255 or 41.24% from 388); Max value from RGB is 160 - color contains mainly: blue. Hex color #489CA0 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #489CA0 is #B7635F. Grayscale: #838383. Windows color (decimal): -12018528 or 10525768. OLE color: 10525768.

HSL color Cylindrical-coordinate representation of color #489CA0: hue angle of 182.73º degrees, saturation: 0.38, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #489CA0 is Cyan = 0.55, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB 72 156 160 -
CMYK 0.55 0.02 0 0.37
HSL 182.73º 0.38% 0.45% -
HSV(B) 182.73º 0.55% 0.63% -
XYZ 20.91 27.69 37.5 -
YUV 131.34 144.17 85.67 -
System Red Green Blue C M Y K H S L
Decimal 72 156 160 0.55 0.02 0 0.37 182.73 0.38 0.45
Hex 48 9C A0 37 2 0 25 B7 26 2D
Octal 110 234 240 67 2 0 45 267 46 55
Binary 1001000 10011100 10100000 110111 10 0 100101 10110111 100110 101101

Color Harmonies of #489CA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #489CA0

Black with #489CA0

Text Example


Text Example

White with #489CA0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #489CA0; }

 p { color: rgb(72,156,160); }

 H1.HeaderClassName
 {
   color: #489CA0;
 }
 .AnyTagClassName
 {
   color: #489CA0;
 }
</style>

background-color css

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

 a { background-color: rgb(72,156,160); }

 div.DivClassName
 {
   background-color: #489CA0;
 }
 .BgClassName
 {
   background-color: #489CA0;
 }
</style>

border-color css

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

 span { border-color: rgb(72,156,160); }

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