Html Css Color HEX #496D74 Bismark

📋 copy color: '#496D74'

red 73 ◦ green 109 ◦ blue 116

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

Shades of Bismark #496D74

Tints of Bismark #496D74

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 38.93%

R = 24.5%
G = 36.58%
B = 38.93%

CMYK

 C value IS 0.37

 M value IS 0.06

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#496D74 (or 0x496D74) is known color: Bismark. HEX triplet: 49, 6D and 74. RGB value is (73,109,116). Sum of RGB (Red+Green+Blue) = 73+109+116=298 (39% of max value = 765). Red value is 73 (28.91% from 255 or 24.50% from 298); Green value is 109 (42.97% from 255 or 36.58% from 298); Blue value is 116 (45.70% from 255 or 38.93% from 298); Max value from RGB is 116 - color contains mainly: blue. Hex color #496D74 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #496D74 is #B6928B. Grayscale: #626262. Windows color (decimal): -11965068 or 7630153. OLE color: 7630153.

HSL color Cylindrical-coordinate representation of color #496D74: hue angle of 189.77º degrees, saturation: 0.23, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #496D74 is Cyan = 0.37, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 73 109 116 -
CMYK 0.37 0.06 0 0.55
HSL 189.77º 0.23% 0.37% -
HSV(B) 189.77º 0.37% 0.45% -
XYZ 11.37 13.61 18.55 -
YUV 99.03 137.57 109.43 -
System Red Green Blue C M Y K H S L
Decimal 73 109 116 0.37 0.06 0 0.55 189.77 0.23 0.37
Hex 49 6D 74 25 6 0 37 BE 17 25
Octal 111 155 164 45 6 0 67 276 27 45
Binary 1001001 1101101 1110100 100101 110 0 110111 10111110 10111 100101

Color Harmonies of #496D74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #496D74

Black with #496D74

Text Example


Text Example

White with #496D74

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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