Html Css Color HEX #489999 Blue Chill

📋 copy color: '#489999'

red 72 ◦ green 153 ◦ blue 153

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

Shades of Blue Chill #489999

Tints of Blue Chill #489999

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 40.48%

R = 19.05%
G = 40.48%
B = 40.48%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#489999 (or 0x489999) is known color: Blue Chill. HEX triplet: 48, 99 and 99. RGB value is (72,153,153). Sum of RGB (Red+Green+Blue) = 72+153+153=378 (50% of max value = 765). Red value is 72 (28.52% from 255 or 19.05% from 378); Green value is 153 (60.16% from 255 or 40.48% from 378); Blue value is 153 (60.16% from 255 or 40.48% from 378); Max value from RGB is 153 - color contains mainly: green, blue. Hex color #489999 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #489999 is #B76666. Grayscale: #808080. Windows color (decimal): -12019303 or 10066248. OLE color: 10066248.

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

Color convert

RGB 72 153 153 -
CMYK 0.53 0 0 0.4
HSL 180º 0.36% 0.44% -
HSV(B) 180º 0.53% 0.6% -
XYZ 19.81 26.46 34.2 -
YUV 128.78 141.66 87.5 -
System Red Green Blue C M Y K H S L
Decimal 72 153 153 0.53 0 0 0.4 180 0.36 0.44
Hex 48 99 99 35 0 0 28 B4 24 2C
Octal 110 231 231 65 0 0 50 264 44 54
Binary 1001000 10011001 10011001 110101 0 0 101000 10110100 100100 101100

Color Harmonies of #489999

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #489999

Black with #489999

Text Example


Text Example

White with #489999

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #489999; }

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

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

background-color css

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

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

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

border-color css

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

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

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