Html Css Color HEX #489BA0 Blue Chill

📋 copy color: '#489BA0'

red 72 ◦ green 155 ◦ blue 160

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

Shades of Blue Chill #489BA0

Tints of Blue Chill #489BA0

RGB

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

 GREEN value IS 155 (60.94% from 255) = 40.05%

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

R = 18.6%
G = 40.05%
B = 41.34%

CMYK

 C value IS 0.55

 M value IS 0.03

 Y value IS 0

 K value IS 0.37

RGB Variations

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

Color information

#489BA0 (or 0x489BA0) is known color: Blue Chill. HEX triplet: 48, 9B and A0. RGB value is (72,155,160). Sum of RGB (Red+Green+Blue) = 72+155+160=387 (51% of max value = 765). Red value is 72 (28.52% from 255 or 18.60% from 387); Green value is 155 (60.94% from 255 or 40.05% from 387); Blue value is 160 (62.89% from 255 or 41.34% from 387); Max value from RGB is 160 - color contains mainly: blue. Hex color #489BA0 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #489BA0 is #B7645F. Grayscale: #828282. Windows color (decimal): -12018784 or 10525512. OLE color: 10525512.

HSL color Cylindrical-coordinate representation of color #489BA0: hue angle of 183.41º 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 #489BA0 is Cyan = 0.55, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB 72 155 160 -
CMYK 0.55 0.03 0 0.37
HSL 183.41º 0.38% 0.45% -
HSV(B) 183.41º 0.55% 0.63% -
XYZ 20.74 27.36 37.45 -
YUV 130.75 144.5 86.09 -
System Red Green Blue C M Y K H S L
Decimal 72 155 160 0.55 0.03 0 0.37 183.41 0.38 0.45
Hex 48 9B A0 37 3 0 25 B7 26 2D
Octal 110 233 240 67 3 0 45 267 46 55
Binary 1001000 10011011 10100000 110111 11 0 100101 10110111 100110 101101

Color Harmonies of #489BA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #489BA0

Black with #489BA0

Text Example


Text Example

White with #489BA0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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