Html Css Color HEX #496D76 Bismark

📋 copy color: '#496D76'

red 73 ◦ green 109 ◦ blue 118

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

Shades of Bismark #496D76

Tints of Bismark #496D76

RGB

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

 GREEN value IS 109 (42.97% from 255) = 36.33%

 BLUE value IS 118 (46.48% from 255) = 39.33%

R = 24.33%
G = 36.33%
B = 39.33%

CMYK

 C value IS 0.38

 M value IS 0.08

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#496D76 (or 0x496D76) is known color: Bismark. HEX triplet: 49, 6D and 76. RGB value is (73,109,118). Sum of RGB (Red+Green+Blue) = 73+109+118=300 (39% of max value = 765). Red value is 73 (28.91% from 255 or 24.33% from 300); Green value is 109 (42.97% from 255 or 36.33% from 300); Blue value is 118 (46.48% from 255 or 39.33% from 300); Max value from RGB is 118 - color contains mainly: blue. Hex color #496D76 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #496D76 is #B69289. Grayscale: #636363. Windows color (decimal): -11965066 or 7761225. OLE color: 7761225.

HSL color Cylindrical-coordinate representation of color #496D76: hue angle of 192º degrees, saturation: 0.24, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #496D76 is Cyan = 0.38, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 73 109 118 -
CMYK 0.38 0.08 0 0.54
HSL 192º 0.24% 0.37% -
HSV(B) 192º 0.38% 0.46% -
XYZ 11.49 13.66 19.17 -
YUV 99.26 138.57 109.27 -
System Red Green Blue C M Y K H S L
Decimal 73 109 118 0.38 0.08 0 0.54 192 0.24 0.37
Hex 49 6D 76 26 8 0 36 C0 18 25
Octal 111 155 166 46 10 0 66 300 30 45
Binary 1001001 1101101 1110110 100110 1000 0 110110 11000000 11000 100101

Color Harmonies of #496D76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #496D76

Black with #496D76

Text Example


Text Example

White with #496D76

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #496D76; }

 p { color: rgb(73,109,118); }

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

background-color css

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

 a { background-color: rgb(73,109,118); }

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

border-color css

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

 span { border-color: rgb(73,109,118); }

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