Html Css Color HEX #499C96 Blue Chill

📋 copy color: '#499C96'

red 73 ◦ green 156 ◦ blue 150

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

Shades of Blue Chill #499C96

Tints of Blue Chill #499C96

RGB

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

 GREEN value IS 156 (61.33% from 255) = 41.16%

 BLUE value IS 150 (58.98% from 255) = 39.58%

R = 19.26%
G = 41.16%
B = 39.58%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.04

 K value IS 0.39

RGB Variations

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

Color information

#499C96 (or 0x499C96) is known color: Blue Chill. HEX triplet: 49, 9C and 96. RGB value is (73,156,150). Sum of RGB (Red+Green+Blue) = 73+156+150=379 (50% of max value = 765). Red value is 73 (28.91% from 255 or 19.26% from 379); Green value is 156 (61.33% from 255 or 41.16% from 379); Blue value is 150 (58.98% from 255 or 39.58% from 379); Max value from RGB is 156 - color contains mainly: green. Hex color #499C96 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #499C96 is #B66369. Grayscale: #828282. Windows color (decimal): -11953002 or 9870409. OLE color: 9870409.

HSL color Cylindrical-coordinate representation of color #499C96: hue angle of 175.66º degrees, saturation: 0.36, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #499C96 is Cyan = 0.53, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.39.

Color convert

RGB 73 156 150 -
CMYK 0.53 0 0.04 0.39
HSL 175.66º 0.36% 0.45% -
HSV(B) 175.66º 0.53% 0.61% -
XYZ 20.14 27.4 33.08 -
YUV 130.5 139 86.99 -
System Red Green Blue C M Y K H S L
Decimal 73 156 150 0.53 0 0.04 0.39 175.66 0.36 0.45
Hex 49 9C 96 35 0 4 27 B0 24 2D
Octal 111 234 226 65 0 4 47 260 44 55
Binary 1001001 10011100 10010110 110101 0 100 100111 10110000 100100 101101

Color Harmonies of #499C96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #499C96

Black with #499C96

Text Example


Text Example

White with #499C96

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #499C96; }

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

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

background-color css

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

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

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

border-color css

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

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

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