Html Css Color HEX #489D9C Blue Chill

📋 copy color: '#489D9C'

red 72 ◦ green 157 ◦ blue 156

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

Shades of Blue Chill #489D9C

Tints of Blue Chill #489D9C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 40.52%

R = 18.7%
G = 40.78%
B = 40.52%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.01

 K value IS 0.38

RGB Variations

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

Color information

#489D9C (or 0x489D9C) is known color: Blue Chill. HEX triplet: 48, 9D and 9C. RGB value is (72,157,156). Sum of RGB (Red+Green+Blue) = 72+157+156=385 (50% of max value = 765). Red value is 72 (28.52% from 255 or 18.70% from 385); Green value is 157 (61.72% from 255 or 40.78% from 385); Blue value is 156 (61.33% from 255 or 40.52% from 385); Max value from RGB is 157 - color contains mainly: green. Hex color #489D9C is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #489D9C is #B76263. Grayscale: #838383. Windows color (decimal): -12018276 or 10263880. OLE color: 10263880.

HSL color Cylindrical-coordinate representation of color #489D9C: hue angle of 179.29º 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 #489D9C is Cyan = 0.54, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.38.

Color convert

RGB 72 157 156 -
CMYK 0.54 0 0.01 0.38
HSL 179.29º 0.37% 0.45% -
HSV(B) 179.29º 0.54% 0.62% -
XYZ 20.73 27.89 35.74 -
YUV 131.47 141.84 85.58 -
System Red Green Blue C M Y K H S L
Decimal 72 157 156 0.54 0 0.01 0.38 179.29 0.37 0.45
Hex 48 9D 9C 36 0 1 26 B3 25 2D
Octal 110 235 234 66 0 1 46 263 45 55
Binary 1001000 10011101 10011100 110110 0 1 100110 10110011 100101 101101

Color Harmonies of #489D9C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #489D9C

Black with #489D9C

Text Example


Text Example

White with #489D9C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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