Html Css Color HEX #499798 Blue Chill

📋 copy color: '#499798'

red 73 ◦ green 151 ◦ blue 152

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

Shades of Blue Chill #499798

Tints of Blue Chill #499798

RGB

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

 GREEN value IS 151 (59.38% from 255) = 40.16%

 BLUE value IS 152 (59.77% from 255) = 40.43%

R = 19.41%
G = 40.16%
B = 40.43%

CMYK

 C value IS 0.52

 M value IS 0.01

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#499798 (or 0x499798) is known color: Blue Chill. HEX triplet: 49, 97 and 98. RGB value is (73,151,152). Sum of RGB (Red+Green+Blue) = 73+151+152=376 (49% of max value = 765). Red value is 73 (28.91% from 255 or 19.41% from 376); Green value is 151 (59.38% from 255 or 40.16% from 376); Blue value is 152 (59.77% from 255 or 40.43% from 376); Max value from RGB is 152 - color contains mainly: blue. Hex color #499798 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #499798 is #B66867. Grayscale: #7F7F7F. Windows color (decimal): -11954280 or 10000201. OLE color: 10000201.

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

Color convert

RGB 73 151 152 -
CMYK 0.52 0.01 0 0.40
HSL 180.76º 0.35% 0.44% -
HSV(B) 180.76º 0.52% 0.6% -
XYZ 19.48 25.82 33.66 -
YUV 127.79 141.66 88.92 -
System Red Green Blue C M Y K H S L
Decimal 73 151 152 0.52 0.01 0 0.40 180.76 0.35 0.44
Hex 49 97 98 34 1 0 28 B5 23 2C
Octal 111 227 230 64 1 0 50 265 43 54
Binary 1001001 10010111 10011000 110100 1 0 101000 10110101 100011 101100

Color Harmonies of #499798

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #499798

Black with #499798

Text Example


Text Example

White with #499798

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #499798; }

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

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

background-color css

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

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

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

border-color css

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

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

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