Html Css Color HEX #496D7F Bismark

📋 copy color: '#496D7F'

red 73 ◦ green 109 ◦ blue 127

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

Shades of Bismark #496D7F

Tints of Bismark #496D7F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 41.1%

R = 23.62%
G = 35.28%
B = 41.1%

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

#496D7F (or 0x496D7F) is known color: Bismark. HEX triplet: 49, 6D and 7F. RGB value is (73,109,127). Sum of RGB (Red+Green+Blue) = 73+109+127=309 (40% of max value = 765). Red value is 73 (28.91% from 255 or 23.62% from 309); Green value is 109 (42.97% from 255 or 35.28% from 309); Blue value is 127 (50% from 255 or 41.10% from 309); Max value from RGB is 127 - color contains mainly: blue. Hex color #496D7F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #496D7F is #B69280. Grayscale: #646464. Windows color (decimal): -11965057 or 8351049. OLE color: 8351049.

HSL color Cylindrical-coordinate representation of color #496D7F: hue angle of 200º 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 #496D7F is Cyan = 0.43, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 73 109 127 -
CMYK 0.43 0.14 0 0.50
HSL 200º 0.27% 0.39% -
HSV(B) 200º 0.43% 0.5% -
XYZ 12.05 13.89 22.12 -
YUV 100.29 143.07 108.54 -
System Red Green Blue C M Y K H S L
Decimal 73 109 127 0.43 0.14 0 0.50 200 0.27 0.39
Hex 49 6D 7F 2B E 0 32 C8 1B 27
Octal 111 155 177 53 16 0 62 310 33 47
Binary 1001001 1101101 1111111 101011 1110 0 110010 11001000 11011 100111

Color Harmonies of #496D7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #496D7F

Black with #496D7F

Text Example


Text Example

White with #496D7F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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