Html Css Color HEX #499691 Blue Chill

📋 copy color: '#499691'

red 73 ◦ green 150 ◦ blue 145

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

Shades of Blue Chill #499691

Tints of Blue Chill #499691

RGB

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

 GREEN value IS 150 (58.98% from 255) = 40.76%

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

R = 19.84%
G = 40.76%
B = 39.4%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.03

 K value IS 0.41

RGB Variations

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

Color information

#499691 (or 0x499691) is known color: Blue Chill. HEX triplet: 49, 96 and 91. RGB value is (73,150,145). Sum of RGB (Red+Green+Blue) = 73+150+145=368 (48% of max value = 765). Red value is 73 (28.91% from 255 or 19.84% from 368); Green value is 150 (58.98% from 255 or 40.76% from 368); Blue value is 145 (57.03% from 255 or 39.40% from 368); Max value from RGB is 150 - color contains mainly: green. Hex color #499691 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #499691 is #B6696E. Grayscale: #7E7E7E. Windows color (decimal): -11954543 or 9541193. OLE color: 9541193.

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

Color convert

RGB 73 150 145 -
CMYK 0.51 0 0.03 0.41
HSL 176.1º 0.35% 0.44% -
HSV(B) 176.1º 0.51% 0.59% -
XYZ 18.76 25.27 30.68 -
YUV 126.41 138.49 89.91 -
System Red Green Blue C M Y K H S L
Decimal 73 150 145 0.51 0 0.03 0.41 176.1 0.35 0.44
Hex 49 96 91 33 0 3 29 B0 23 2C
Octal 111 226 221 63 0 3 51 260 43 54
Binary 1001001 10010110 10010001 110011 0 11 101001 10110000 100011 101100

Color Harmonies of #499691

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #499691

Black with #499691

Text Example


Text Example

White with #499691

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #499691; }

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

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

background-color css

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

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

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

border-color css

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

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

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