Html Css Color HEX #499591 Blue Chill

📋 copy color: '#499591'

red 73 ◦ green 149 ◦ blue 145

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

Shades of Blue Chill #499591

Tints of Blue Chill #499591

RGB

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

 GREEN value IS 149 (58.59% from 255) = 40.6%

 BLUE value IS 145 (57.03% from 255) = 39.51%

R = 19.89%
G = 40.6%
B = 39.51%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.03

 K value IS 0.42

RGB Variations

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

Color information

#499591 (or 0x499591) is known color: Blue Chill. HEX triplet: 49, 95 and 91. RGB value is (73,149,145). Sum of RGB (Red+Green+Blue) = 73+149+145=367 (48% of max value = 765). Red value is 73 (28.91% from 255 or 19.89% from 367); Green value is 149 (58.59% from 255 or 40.60% from 367); Blue value is 145 (57.03% from 255 or 39.51% from 367); Max value from RGB is 149 - color contains mainly: green. Hex color #499591 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #499591 is #B66A6E. Grayscale: #7D7D7D. Windows color (decimal): -11954799 or 9540937. OLE color: 9540937.

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

Color convert

RGB 73 149 145 -
CMYK 0.51 0 0.03 0.42
HSL 176.84º 0.34% 0.44% -
HSV(B) 176.84º 0.51% 0.58% -
XYZ 18.61 24.96 30.62 -
YUV 125.82 138.82 90.33 -
System Red Green Blue C M Y K H S L
Decimal 73 149 145 0.51 0 0.03 0.42 176.84 0.34 0.44
Hex 49 95 91 33 0 3 2A B1 22 2C
Octal 111 225 221 63 0 3 52 261 42 54
Binary 1001001 10010101 10010001 110011 0 11 101010 10110001 100010 101100

Color Harmonies of #499591

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #499591

Black with #499591

Text Example


Text Example

White with #499591

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #499591; }

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

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

background-color css

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

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

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

border-color css

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

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

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