Html Css Color HEX #496573 Bismark

📋 copy color: '#496573'

red 73 ◦ green 101 ◦ blue 115

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

Shades of Bismark #496573

Tints of Bismark #496573

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 39.79%

R = 25.26%
G = 34.95%
B = 39.79%

CMYK

 C value IS 0.37

 M value IS 0.12

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#496573 (or 0x496573) is known color: Bismark. HEX triplet: 49, 65 and 73. RGB value is (73,101,115). Sum of RGB (Red+Green+Blue) = 73+101+115=289 (38% of max value = 765). Red value is 73 (28.91% from 255 or 25.26% from 289); Green value is 101 (39.84% from 255 or 34.95% from 289); Blue value is 115 (45.31% from 255 or 39.79% from 289); Max value from RGB is 115 - color contains mainly: blue. Hex color #496573 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #496573 is #B69A8C. Grayscale: #5E5E5E. Windows color (decimal): -11967117 or 7562569. OLE color: 7562569.

HSL color Cylindrical-coordinate representation of color #496573: hue angle of 200º degrees, saturation: 0.22, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #496573 is Cyan = 0.37, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 73 101 115 -
CMYK 0.37 0.12 0 0.55
HSL 200º 0.22% 0.37% -
HSV(B) 200º 0.37% 0.45% -
XYZ 10.5 11.96 17.98 -
YUV 94.22 139.72 112.86 -
System Red Green Blue C M Y K H S L
Decimal 73 101 115 0.37 0.12 0 0.55 200 0.22 0.37
Hex 49 65 73 25 C 0 37 C8 16 25
Octal 111 145 163 45 14 0 67 310 26 45
Binary 1001001 1100101 1110011 100101 1100 0 110111 11001000 10110 100101

Color Harmonies of #496573

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #496573

Black with #496573

Text Example


Text Example

White with #496573

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #496573; }

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

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

background-color css

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

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

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

border-color css

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

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

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