Html Css Color HEX #496D77 Bismark

📋 copy color: '#496D77'

red 73 ◦ green 109 ◦ blue 119

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

Shades of Bismark #496D77

Tints of Bismark #496D77

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 39.53%

R = 24.25%
G = 36.21%
B = 39.53%

CMYK

 C value IS 0.39

 M value IS 0.08

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#496D77 (or 0x496D77) is known color: Bismark. HEX triplet: 49, 6D and 77. RGB value is (73,109,119). Sum of RGB (Red+Green+Blue) = 73+109+119=301 (39% of max value = 765). Red value is 73 (28.91% from 255 or 24.25% from 301); Green value is 109 (42.97% from 255 or 36.21% from 301); Blue value is 119 (46.88% from 255 or 39.53% from 301); Max value from RGB is 119 - color contains mainly: blue. Hex color #496D77 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #496D77 is #B69288. Grayscale: #636363. Windows color (decimal): -11965065 or 7826761. OLE color: 7826761.

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

Color convert

RGB 73 109 119 -
CMYK 0.39 0.08 0 0.53
HSL 193.04º 0.24% 0.38% -
HSV(B) 193.04º 0.39% 0.47% -
XYZ 11.55 13.69 19.49 -
YUV 99.38 139.07 109.19 -
System Red Green Blue C M Y K H S L
Decimal 73 109 119 0.39 0.08 0 0.53 193.04 0.24 0.38
Hex 49 6D 77 27 8 0 35 C1 18 26
Octal 111 155 167 47 10 0 65 301 30 46
Binary 1001001 1101101 1110111 100111 1000 0 110101 11000001 11000 100110

Color Harmonies of #496D77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #496D77

Black with #496D77

Text Example


Text Example

White with #496D77

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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