Html Css Color HEX #499397 Blue Chill

📋 copy color: '#499397'

red 73 ◦ green 147 ◦ blue 151

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

Shades of Blue Chill #499397

Tints of Blue Chill #499397

RGB

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

 GREEN value IS 147 (57.81% from 255) = 39.62%

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

R = 19.68%
G = 39.62%
B = 40.7%

CMYK

 C value IS 0.52

 M value IS 0.03

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#499397 (or 0x499397) is known color: Blue Chill. HEX triplet: 49, 93 and 97. RGB value is (73,147,151). Sum of RGB (Red+Green+Blue) = 73+147+151=371 (49% of max value = 765). Red value is 73 (28.91% from 255 or 19.68% from 371); Green value is 147 (57.81% from 255 or 39.62% from 371); Blue value is 151 (59.38% from 255 or 40.70% from 371); Max value from RGB is 151 - color contains mainly: blue. Hex color #499397 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #499397 is #B66C68. Grayscale: #7D7D7D. Windows color (decimal): -11955305 or 9933641. OLE color: 9933641.

HSL color Cylindrical-coordinate representation of color #499397: hue angle of 183.08º 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 #499397 is Cyan = 0.52, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 73 147 151 -
CMYK 0.52 0.03 0 0.41
HSL 183.08º 0.35% 0.44% -
HSV(B) 183.08º 0.52% 0.59% -
XYZ 18.77 24.52 33.02 -
YUV 125.33 142.48 90.67 -
System Red Green Blue C M Y K H S L
Decimal 73 147 151 0.52 0.03 0 0.41 183.08 0.35 0.44
Hex 49 93 97 34 3 0 29 B7 23 2C
Octal 111 223 227 64 3 0 51 267 43 54
Binary 1001001 10010011 10010111 110100 11 0 101001 10110111 100011 101100

Color Harmonies of #499397

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #499397

Black with #499397

Text Example


Text Example

White with #499397

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #499397; }

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

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

background-color css

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

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

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

border-color css

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

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

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