Html Css Color HEX #499497 Blue Chill

📋 copy color: '#499497'

red 73 ◦ green 148 ◦ blue 151

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

Shades of Blue Chill #499497

Tints of Blue Chill #499497

RGB

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

 GREEN value IS 148 (58.2% from 255) = 39.78%

 BLUE value IS 151 (59.38% from 255) = 40.59%

R = 19.62%
G = 39.78%
B = 40.59%

CMYK

 C value IS 0.52

 M value IS 0.02

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#499497 (or 0x499497) is known color: Blue Chill. HEX triplet: 49, 94 and 97. RGB value is (73,148,151). Sum of RGB (Red+Green+Blue) = 73+148+151=372 (49% of max value = 765). Red value is 73 (28.91% from 255 or 19.62% from 372); Green value is 148 (58.20% from 255 or 39.78% from 372); Blue value is 151 (59.38% from 255 or 40.59% from 372); Max value from RGB is 151 - color contains mainly: blue. Hex color #499497 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #499497 is #B66B68. Grayscale: #7D7D7D. Windows color (decimal): -11955049 or 9933897. OLE color: 9933897.

HSL color Cylindrical-coordinate representation of color #499497: hue angle of 182.31º degrees, saturation: 0.35, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #499497 is Cyan = 0.52, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 73 148 151 -
CMYK 0.52 0.02 0 0.41
HSL 182.31º 0.35% 0.44% -
HSV(B) 182.31º 0.52% 0.59% -
XYZ 18.92 24.83 33.07 -
YUV 125.92 142.15 90.26 -
System Red Green Blue C M Y K H S L
Decimal 73 148 151 0.52 0.02 0 0.41 182.31 0.35 0.44
Hex 49 94 97 34 2 0 29 B6 23 2C
Octal 111 224 227 64 2 0 51 266 43 54
Binary 1001001 10010100 10010111 110100 10 0 101001 10110110 100011 101100

Color Harmonies of #499497

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #499497

Black with #499497

Text Example


Text Example

White with #499497

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #499497; }

 p { color: rgb(73,148,151); }

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

background-color css

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

 a { background-color: rgb(73,148,151); }

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

border-color css

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

 span { border-color: rgb(73,148,151); }

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