Html Css Color HEX #489193 Blue Chill

📋 copy color: '#489193'

red 72 ◦ green 145 ◦ blue 147

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

Shades of Blue Chill #489193

Tints of Blue Chill #489193

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 40.38%

R = 19.78%
G = 39.84%
B = 40.38%

CMYK

 C value IS 0.51

 M value IS 0.01

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#489193 (or 0x489193) is known color: Blue Chill. HEX triplet: 48, 91 and 93. RGB value is (72,145,147). Sum of RGB (Red+Green+Blue) = 72+145+147=364 (48% of max value = 765). Red value is 72 (28.52% from 255 or 19.78% from 364); Green value is 145 (57.03% from 255 or 39.84% from 364); Blue value is 147 (57.81% from 255 or 40.38% from 364); Max value from RGB is 147 - color contains mainly: blue. Hex color #489193 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #489193 is #B76E6C. Grayscale: #7B7B7B. Windows color (decimal): -12021357 or 9670984. OLE color: 9670984.

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

Color convert

RGB 72 145 147 -
CMYK 0.51 0.01 0 0.42
HSL 181.6º 0.34% 0.43% -
HSV(B) 181.6º 0.51% 0.58% -
XYZ 18.06 23.74 31.23 -
YUV 123.4 141.32 91.34 -
System Red Green Blue C M Y K H S L
Decimal 72 145 147 0.51 0.01 0 0.42 181.6 0.34 0.43
Hex 48 91 93 33 1 0 2A B6 22 2B
Octal 110 221 223 63 1 0 52 266 42 53
Binary 1001000 10010001 10010011 110011 1 0 101010 10110110 100010 101011

Color Harmonies of #489193

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #489193

Black with #489193

Text Example


Text Example

White with #489193

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #489193; }

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

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

background-color css

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

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

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

border-color css

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

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

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