Html Css Color HEX #496E80 Bismark

📋 copy color: '#496E80'

red 73 ◦ green 110 ◦ blue 128

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

Shades of Bismark #496E80

Tints of Bismark #496E80

RGB

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

 GREEN value IS 110 (43.36% from 255) = 35.37%

 BLUE value IS 128 (50.39% from 255) = 41.16%

R = 23.47%
G = 35.37%
B = 41.16%

CMYK

 C value IS 0.43

 M value IS 0.14

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#496E80 (or 0x496E80) is known color: Bismark. HEX triplet: 49, 6E and 80. RGB value is (73,110,128). Sum of RGB (Red+Green+Blue) = 73+110+128=311 (41% of max value = 765). Red value is 73 (28.91% from 255 or 23.47% from 311); Green value is 110 (43.36% from 255 or 35.37% from 311); Blue value is 128 (50.39% from 255 or 41.16% from 311); Max value from RGB is 128 - color contains mainly: blue. Hex color #496E80 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #496E80 is #B6917F. Grayscale: #646464. Windows color (decimal): -11964800 or 8416841. OLE color: 8416841.

HSL color Cylindrical-coordinate representation of color #496E80: hue angle of 199.64º degrees, saturation: 0.27, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #496E80 is Cyan = 0.43, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 73 110 128 -
CMYK 0.43 0.14 0 0.50
HSL 199.64º 0.27% 0.39% -
HSV(B) 199.64º 0.43% 0.5% -
XYZ 12.22 14.13 22.5 -
YUV 100.99 143.24 108.04 -
System Red Green Blue C M Y K H S L
Decimal 73 110 128 0.43 0.14 0 0.50 199.64 0.27 0.39
Hex 49 6E 80 2B E 0 32 C8 1B 27
Octal 111 156 200 53 16 0 62 310 33 47
Binary 1001001 1101110 10000000 101011 1110 0 110010 11001000 11011 100111

Color Harmonies of #496E80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #496E80

Black with #496E80

Text Example


Text Example

White with #496E80

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(73,110,128); }

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

background-color css

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

 a { background-color: rgb(73,110,128); }

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

border-color css

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

 span { border-color: rgb(73,110,128); }

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