Html Css Color HEX #499295 Blue Chill

📋 copy color: '#499295'

red 73 ◦ green 146 ◦ blue 149

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

Shades of Blue Chill #499295

Tints of Blue Chill #499295

RGB

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

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

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

R = 19.84%
G = 39.67%
B = 40.49%

CMYK

 C value IS 0.51

 M value IS 0.02

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#499295 (or 0x499295) is known color: Blue Chill. HEX triplet: 49, 92 and 95. RGB value is (73,146,149). Sum of RGB (Red+Green+Blue) = 73+146+149=368 (48% of max value = 765). Red value is 73 (28.91% from 255 or 19.84% from 368); Green value is 146 (57.42% from 255 or 39.67% from 368); Blue value is 149 (58.59% from 255 or 40.49% from 368); Max value from RGB is 149 - color contains mainly: blue. Hex color #499295 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #499295 is #B66D6A. Grayscale: #7C7C7C. Windows color (decimal): -11955563 or 9802313. OLE color: 9802313.

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

Color convert

RGB 73 146 149 -
CMYK 0.51 0.02 0 0.42
HSL 182.37º 0.34% 0.44% -
HSV(B) 182.37º 0.51% 0.58% -
XYZ 18.45 24.14 32.12 -
YUV 124.52 141.82 91.26 -
System Red Green Blue C M Y K H S L
Decimal 73 146 149 0.51 0.02 0 0.42 182.37 0.34 0.44
Hex 49 92 95 33 2 0 2A B6 22 2C
Octal 111 222 225 63 2 0 52 266 42 54
Binary 1001001 10010010 10010101 110011 10 0 101010 10110110 100010 101100

Color Harmonies of #499295

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #499295

Black with #499295

Text Example


Text Example

White with #499295

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #499295; }

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

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

background-color css

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

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

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

border-color css

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

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

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