Html Css Color HEX #499790 Blue Chill

📋 copy color: '#499790'

red 73 ◦ green 151 ◦ blue 144

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

Shades of Blue Chill #499790

Tints of Blue Chill #499790

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 39.13%

R = 19.84%
G = 41.03%
B = 39.13%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.05

 K value IS 0.41

RGB Variations

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

Color information

#499790 (or 0x499790) is known color: Blue Chill. HEX triplet: 49, 97 and 90. RGB value is (73,151,144). Sum of RGB (Red+Green+Blue) = 73+151+144=368 (48% of max value = 765). Red value is 73 (28.91% from 255 or 19.84% from 368); Green value is 151 (59.38% from 255 or 41.03% from 368); Blue value is 144 (56.64% from 255 or 39.13% from 368); Max value from RGB is 151 - color contains mainly: green. Hex color #499790 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #499790 is #B6686F. Grayscale: #7E7E7E. Windows color (decimal): -11954288 or 9475913. OLE color: 9475913.

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

Color convert

RGB 73 151 144 -
CMYK 0.52 0 0.05 0.41
HSL 174.62º 0.35% 0.44% -
HSV(B) 174.62º 0.52% 0.59% -
XYZ 18.85 25.56 30.33 -
YUV 126.88 137.66 89.57 -
System Red Green Blue C M Y K H S L
Decimal 73 151 144 0.52 0 0.05 0.41 174.62 0.35 0.44
Hex 49 97 90 34 0 5 29 AF 23 2C
Octal 111 227 220 64 0 5 51 257 43 54
Binary 1001001 10010111 10010000 110100 0 101 101001 10101111 100011 101100

Color Harmonies of #499790

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #499790

Black with #499790

Text Example


Text Example

White with #499790

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #499790; }

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

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

background-color css

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

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

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

border-color css

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

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

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