Html Css Color HEX #489699 Blue Chill

📋 copy color: '#489699'

red 72 ◦ green 150 ◦ blue 153

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

Shades of Blue Chill #489699

Tints of Blue Chill #489699

RGB

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

 GREEN value IS 150 (58.98% from 255) = 40%

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

R = 19.2%
G = 40%
B = 40.8%

CMYK

 C value IS 0.53

 M value IS 0.02

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#489699 (or 0x489699) is known color: Blue Chill. HEX triplet: 48, 96 and 99. RGB value is (72,150,153). Sum of RGB (Red+Green+Blue) = 72+150+153=375 (49% of max value = 765). Red value is 72 (28.52% from 255 or 19.2% from 375); Green value is 150 (58.98% from 255 or 40% from 375); Blue value is 153 (60.16% from 255 or 40.8% from 375); Max value from RGB is 153 - color contains mainly: blue. Hex color #489699 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #489699 is #B76966. Grayscale: #7E7E7E. Windows color (decimal): -12020071 or 10065480. OLE color: 10065480.

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

Color convert

RGB 72 150 153 -
CMYK 0.53 0.02 0 0.4
HSL 182.22º 0.36% 0.44% -
HSV(B) 182.22º 0.53% 0.6% -
XYZ 19.33 25.49 34.04 -
YUV 127.02 142.66 88.76 -
System Red Green Blue C M Y K H S L
Decimal 72 150 153 0.53 0.02 0 0.4 182.22 0.36 0.44
Hex 48 96 99 35 2 0 28 B6 24 2C
Octal 110 226 231 65 2 0 50 266 44 54
Binary 1001000 10010110 10011001 110101 10 0 101000 10110110 100100 101100

Color Harmonies of #489699

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #489699

Black with #489699

Text Example


Text Example

White with #489699

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #489699; }

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

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

background-color css

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

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

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

border-color css

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

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

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