Html Css Color HEX #499293 Blue Chill

📋 copy color: '#499293'

red 73 ◦ green 146 ◦ blue 147

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

Shades of Blue Chill #499293

Tints of Blue Chill #499293

RGB

 RED value IS 73 (28.91% from 255) = 19.95%

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

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

R = 19.95%
G = 39.89%
B = 40.16%

CMYK

 C value IS 0.50

 M value IS 0.01

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#499293 (or 0x499293) is known color: Blue Chill. HEX triplet: 49, 92 and 93. RGB value is (73,146,147). Sum of RGB (Red+Green+Blue) = 73+146+147=366 (48% of max value = 765). Red value is 73 (28.91% from 255 or 19.95% from 366); Green value is 146 (57.42% from 255 or 39.89% from 366); Blue value is 147 (57.81% from 255 or 40.16% from 366); Max value from RGB is 147 - color contains mainly: blue. Hex color #499293 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #499293 is #B66D6C. Grayscale: #7C7C7C. Windows color (decimal): -11955565 or 9671241. OLE color: 9671241.

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

Color convert

RGB 73 146 147 -
CMYK 0.50 0.01 0 0.42
HSL 180.81º 0.34% 0.43% -
HSV(B) 180.81º 0.5% 0.58% -
XYZ 18.29 24.08 31.29 -
YUV 124.29 140.82 91.42 -
System Red Green Blue C M Y K H S L
Decimal 73 146 147 0.50 0.01 0 0.42 180.81 0.34 0.43
Hex 49 92 93 32 1 0 2A B5 22 2B
Octal 111 222 223 62 1 0 52 265 42 53
Binary 1001001 10010010 10010011 110010 1 0 101010 10110101 100010 101011

Color Harmonies of #499293

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #499293

Black with #499293

Text Example


Text Example

White with #499293

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #499293; }

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

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

background-color css

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

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

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

border-color css

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

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

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