Html Css Color HEX #496575 Bismark

📋 copy color: '#496575'

red 73 ◦ green 101 ◦ blue 117

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

Shades of Bismark #496575

Tints of Bismark #496575

RGB

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

 GREEN value IS 101 (39.84% from 255) = 34.71%

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

R = 25.09%
G = 34.71%
B = 40.21%

CMYK

 C value IS 0.38

 M value IS 0.14

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#496575 (or 0x496575) is known color: Bismark. HEX triplet: 49, 65 and 75. RGB value is (73,101,117). Sum of RGB (Red+Green+Blue) = 73+101+117=291 (38% of max value = 765). Red value is 73 (28.91% from 255 or 25.09% from 291); Green value is 101 (39.84% from 255 or 34.71% from 291); Blue value is 117 (46.09% from 255 or 40.21% from 291); Max value from RGB is 117 - color contains mainly: blue. Hex color #496575 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #496575 is #B69A8A. Grayscale: #5E5E5E. Windows color (decimal): -11967115 or 7693641. OLE color: 7693641.

HSL color Cylindrical-coordinate representation of color #496575: hue angle of 201.82º 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 #496575 is Cyan = 0.38, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 73 101 117 -
CMYK 0.38 0.14 0 0.54
HSL 201.82º 0.23% 0.37% -
HSV(B) 201.82º 0.38% 0.46% -
XYZ 10.61 12.01 18.59 -
YUV 94.45 140.72 112.7 -
System Red Green Blue C M Y K H S L
Decimal 73 101 117 0.38 0.14 0 0.54 201.82 0.23 0.37
Hex 49 65 75 26 E 0 36 CA 17 25
Octal 111 145 165 46 16 0 66 312 27 45
Binary 1001001 1100101 1110101 100110 1110 0 110110 11001010 10111 100101

Color Harmonies of #496575

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #496575

Black with #496575

Text Example


Text Example

White with #496575

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #496575; }

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

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

background-color css

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

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

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

border-color css

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

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

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