Html Css Color HEX #489192 Blue Chill

📋 copy color: '#489192'

red 72 ◦ green 145 ◦ blue 146

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

Shades of Blue Chill #489192

Tints of Blue Chill #489192

RGB

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

 GREEN value IS 145 (57.03% from 255) = 39.94%

 BLUE value IS 146 (57.42% from 255) = 40.22%

R = 19.83%
G = 39.94%
B = 40.22%

CMYK

 C value IS 0.51

 M value IS 0.01

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#489192 (or 0x489192) is known color: Blue Chill. HEX triplet: 48, 91 and 92. RGB value is (72,145,146). Sum of RGB (Red+Green+Blue) = 72+145+146=363 (48% of max value = 765). Red value is 72 (28.52% from 255 or 19.83% from 363); Green value is 145 (57.03% from 255 or 39.94% from 363); Blue value is 146 (57.42% from 255 or 40.22% from 363); Max value from RGB is 146 - color contains mainly: blue. Hex color #489192 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #489192 is #B76E6D. Grayscale: #7B7B7B. Windows color (decimal): -12021358 or 9605448. OLE color: 9605448.

HSL color Cylindrical-coordinate representation of color #489192: hue angle of 180.81º degrees, saturation: 0.34, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #489192 is Cyan = 0.51, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 72 145 146 -
CMYK 0.51 0.01 0 0.43
HSL 180.81º 0.34% 0.43% -
HSV(B) 180.81º 0.51% 0.57% -
XYZ 17.99 23.7 30.82 -
YUV 123.29 140.82 91.42 -
System Red Green Blue C M Y K H S L
Decimal 72 145 146 0.51 0.01 0 0.43 180.81 0.34 0.43
Hex 48 91 92 33 1 0 2B B5 22 2B
Octal 110 221 222 63 1 0 53 265 42 53
Binary 1001000 10010001 10010010 110011 1 0 101011 10110101 100010 101011

Color Harmonies of #489192

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #489192

Black with #489192

Text Example


Text Example

White with #489192

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #489192; }

 p { color: rgb(72,145,146); }

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

background-color css

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

 a { background-color: rgb(72,145,146); }

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

border-color css

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

 span { border-color: rgb(72,145,146); }

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