Html Css Color HEX #489997 Blue Chill

📋 copy color: '#489997'

red 72 ◦ green 153 ◦ blue 151

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

Shades of Blue Chill #489997

Tints of Blue Chill #489997

RGB

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

 GREEN value IS 153 (60.16% from 255) = 40.69%

 BLUE value IS 151 (59.38% from 255) = 40.16%

R = 19.15%
G = 40.69%
B = 40.16%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.01

 K value IS 0.4

RGB Variations

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

Color information

#489997 (or 0x489997) is known color: Blue Chill. HEX triplet: 48, 99 and 97. RGB value is (72,153,151). Sum of RGB (Red+Green+Blue) = 72+153+151=376 (49% of max value = 765). Red value is 72 (28.52% from 255 or 19.15% from 376); Green value is 153 (60.16% from 255 or 40.69% from 376); Blue value is 151 (59.38% from 255 or 40.16% from 376); Max value from RGB is 153 - color contains mainly: green. Hex color #489997 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #489997 is #B76668. Grayscale: #808080. Windows color (decimal): -12019305 or 9935176. OLE color: 9935176.

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

Color convert

RGB 72 153 151 -
CMYK 0.53 0 0.01 0.4
HSL 178.52º 0.36% 0.44% -
HSV(B) 178.52º 0.53% 0.6% -
XYZ 19.65 26.39 33.34 -
YUV 128.55 140.66 87.66 -
System Red Green Blue C M Y K H S L
Decimal 72 153 151 0.53 0 0.01 0.4 178.52 0.36 0.44
Hex 48 99 97 35 0 1 28 B3 24 2C
Octal 110 231 227 65 0 1 50 263 44 54
Binary 1001000 10011001 10010111 110101 0 1 101000 10110011 100100 101100

Color Harmonies of #489997

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #489997

Black with #489997

Text Example


Text Example

White with #489997

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #489997; }

 p { color: rgb(72,153,151); }

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

background-color css

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

 a { background-color: rgb(72,153,151); }

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

border-color css

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

 span { border-color: rgb(72,153,151); }

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