Html Css Color HEX #489095 Blue Chill

📋 copy color: '#489095'

red 72 ◦ green 144 ◦ blue 149

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

Shades of Blue Chill #489095

Tints of Blue Chill #489095

RGB

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

 GREEN value IS 144 (56.64% from 255) = 39.45%

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

R = 19.73%
G = 39.45%
B = 40.82%

CMYK

 C value IS 0.52

 M value IS 0.03

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#489095 (or 0x489095) is known color: Blue Chill. HEX triplet: 48, 90 and 95. RGB value is (72,144,149). Sum of RGB (Red+Green+Blue) = 72+144+149=365 (48% of max value = 765). Red value is 72 (28.52% from 255 or 19.73% from 365); Green value is 144 (56.64% from 255 or 39.45% from 365); Blue value is 149 (58.59% from 255 or 40.82% from 365); Max value from RGB is 149 - color contains mainly: blue. Hex color #489095 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #489095 is #B76F6A. Grayscale: #7A7A7A. Windows color (decimal): -12021611 or 9801800. OLE color: 9801800.

HSL color Cylindrical-coordinate representation of color #489095: hue angle of 183.9º degrees, saturation: 0.35, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #489095 is Cyan = 0.52, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 72 144 149 -
CMYK 0.52 0.03 0 0.42
HSL 183.9º 0.35% 0.43% -
HSV(B) 183.9º 0.52% 0.58% -
XYZ 18.07 23.49 32.02 -
YUV 123.04 142.65 91.59 -
System Red Green Blue C M Y K H S L
Decimal 72 144 149 0.52 0.03 0 0.42 183.9 0.35 0.43
Hex 48 90 95 34 3 0 2A B8 23 2B
Octal 110 220 225 64 3 0 52 270 43 53
Binary 1001000 10010000 10010101 110100 11 0 101010 10111000 100011 101011

Color Harmonies of #489095

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #489095

Black with #489095

Text Example


Text Example

White with #489095

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #489095; }

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

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

background-color css

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

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

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

border-color css

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

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

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