Html Css Color HEX #496D75 Bismark

📋 copy color: '#496D75'

red 73 ◦ green 109 ◦ blue 117

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

Shades of Bismark #496D75

Tints of Bismark #496D75

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 39.13%

R = 24.41%
G = 36.45%
B = 39.13%

CMYK

 C value IS 0.38

 M value IS 0.07

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#496D75 (or 0x496D75) is known color: Bismark. HEX triplet: 49, 6D and 75. RGB value is (73,109,117). Sum of RGB (Red+Green+Blue) = 73+109+117=299 (39% of max value = 765). Red value is 73 (28.91% from 255 or 24.41% from 299); Green value is 109 (42.97% from 255 or 36.45% from 299); Blue value is 117 (46.09% from 255 or 39.13% from 299); Max value from RGB is 117 - color contains mainly: blue. Hex color #496D75 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #496D75 is #B6928A. Grayscale: #636363. Windows color (decimal): -11965067 or 7695689. OLE color: 7695689.

HSL color Cylindrical-coordinate representation of color #496D75: hue angle of 190.91º degrees, saturation: 0.23, 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 #496D75 is Cyan = 0.38, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 73 109 117 -
CMYK 0.38 0.07 0 0.54
HSL 190.91º 0.23% 0.37% -
HSV(B) 190.91º 0.38% 0.46% -
XYZ 11.43 13.64 18.86 -
YUV 99.15 138.07 109.35 -
System Red Green Blue C M Y K H S L
Decimal 73 109 117 0.38 0.07 0 0.54 190.91 0.23 0.37
Hex 49 6D 75 26 7 0 36 BF 17 25
Octal 111 155 165 46 7 0 66 277 27 45
Binary 1001001 1101101 1110101 100110 111 0 110110 10111111 10111 100101

Color Harmonies of #496D75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #496D75

Black with #496D75

Text Example


Text Example

White with #496D75

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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