Html Css Color HEX #489895 Blue Chill

📋 copy color: '#489895'

red 72 ◦ green 152 ◦ blue 149

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

Shades of Blue Chill #489895

Tints of Blue Chill #489895

RGB

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

 GREEN value IS 152 (59.77% from 255) = 40.75%

 BLUE value IS 149 (58.59% from 255) = 39.95%

R = 19.3%
G = 40.75%
B = 39.95%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.02

 K value IS 0.40

RGB Variations

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

Color information

#489895 (or 0x489895) is known color: Blue Chill. HEX triplet: 48, 98 and 95. RGB value is (72,152,149). Sum of RGB (Red+Green+Blue) = 72+152+149=373 (49% of max value = 765). Red value is 72 (28.52% from 255 or 19.30% from 373); Green value is 152 (59.77% from 255 or 40.75% from 373); Blue value is 149 (58.59% from 255 or 39.95% from 373); Max value from RGB is 152 - color contains mainly: green. Hex color #489895 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #489895 is #B7676A. Grayscale: #7F7F7F. Windows color (decimal): -12019563 or 9803848. OLE color: 9803848.

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

Color convert

RGB 72 152 149 -
CMYK 0.53 0 0.02 0.40
HSL 177.75º 0.36% 0.44% -
HSV(B) 177.75º 0.53% 0.6% -
XYZ 19.33 26 32.43 -
YUV 127.74 140 88.24 -
System Red Green Blue C M Y K H S L
Decimal 72 152 149 0.53 0 0.02 0.40 177.75 0.36 0.44
Hex 48 98 95 35 0 2 28 B2 24 2C
Octal 110 230 225 65 0 2 50 262 44 54
Binary 1001000 10011000 10010101 110101 0 10 101000 10110010 100100 101100

Color Harmonies of #489895

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #489895

Black with #489895

Text Example


Text Example

White with #489895

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #489895; }

 p { color: rgb(72,152,149); }

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

background-color css

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

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

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

border-color css

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

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

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