Html Css Color HEX #489D99 Blue Chill

📋 copy color: '#489D99'

red 72 ◦ green 157 ◦ blue 153

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

Shades of Blue Chill #489D99

Tints of Blue Chill #489D99

RGB

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

 GREEN value IS 157 (61.72% from 255) = 41.1%

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

R = 18.85%
G = 41.1%
B = 40.05%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.03

 K value IS 0.38

RGB Variations

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

Color information

#489D99 (or 0x489D99) is known color: Blue Chill. HEX triplet: 48, 9D and 99. RGB value is (72,157,153). Sum of RGB (Red+Green+Blue) = 72+157+153=382 (50% of max value = 765). Red value is 72 (28.52% from 255 or 18.85% from 382); Green value is 157 (61.72% from 255 or 41.10% from 382); Blue value is 153 (60.16% from 255 or 40.05% from 382); Max value from RGB is 157 - color contains mainly: green. Hex color #489D99 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #489D99 is #B76266. Grayscale: #838383. Windows color (decimal): -12018279 or 10067272. OLE color: 10067272.

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

Color convert

RGB 72 157 153 -
CMYK 0.54 0 0.03 0.38
HSL 177.18º 0.37% 0.45% -
HSV(B) 177.18º 0.54% 0.62% -
XYZ 20.48 27.79 34.42 -
YUV 131.13 140.34 85.83 -
System Red Green Blue C M Y K H S L
Decimal 72 157 153 0.54 0 0.03 0.38 177.18 0.37 0.45
Hex 48 9D 99 36 0 3 26 B1 25 2D
Octal 110 235 231 66 0 3 46 261 45 55
Binary 1001000 10011101 10011001 110110 0 11 100110 10110001 100101 101101

Color Harmonies of #489D99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #489D99

Black with #489D99

Text Example


Text Example

White with #489D99

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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