Html Css Color HEX #489293 Blue Chill

📋 copy color: '#489293'

red 72 ◦ green 146 ◦ blue 147

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

Shades of Blue Chill #489293

Tints of Blue Chill #489293

RGB

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

 GREEN value IS 146 (57.42% from 255) = 40%

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

R = 19.73%
G = 40%
B = 40.27%

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

#489293 (or 0x489293) is known color: Blue Chill. HEX triplet: 48, 92 and 93. RGB value is (72,146,147). Sum of RGB (Red+Green+Blue) = 72+146+147=365 (48% of max value = 765). Red value is 72 (28.52% from 255 or 19.73% from 365); Green value is 146 (57.42% from 255 or 40% from 365); Blue value is 147 (57.81% from 255 or 40.27% from 365); Max value from RGB is 147 - color contains mainly: blue. Hex color #489293 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #489293 is #B76D6C. Grayscale: #7B7B7B. Windows color (decimal): -12021101 or 9671240. OLE color: 9671240.

HSL color Cylindrical-coordinate representation of color #489293: hue angle of 180.8º 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 #489293 is Cyan = 0.51, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 72 146 147 -
CMYK 0.51 0.01 0 0.42
HSL 180.8º 0.34% 0.43% -
HSV(B) 180.8º 0.51% 0.58% -
XYZ 18.22 24.04 31.28 -
YUV 123.99 140.98 90.92 -
System Red Green Blue C M Y K H S L
Decimal 72 146 147 0.51 0.01 0 0.42 180.8 0.34 0.43
Hex 48 92 93 33 1 0 2A B5 22 2B
Octal 110 222 223 63 1 0 52 265 42 53
Binary 1001000 10010010 10010011 110011 1 0 101010 10110101 100010 101011

Color Harmonies of #489293

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #489293

Black with #489293

Text Example


Text Example

White with #489293

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #489293; }

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

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

background-color css

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

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

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

border-color css

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

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

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