Html Css Color HEX #496873 Bismark

📋 copy color: '#496873'

red 73 ◦ green 104 ◦ blue 115

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

Shades of Bismark #496873

Tints of Bismark #496873

RGB

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

 GREEN value IS 104 (41.02% from 255) = 35.62%

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

R = 25%
G = 35.62%
B = 39.38%

CMYK

 C value IS 0.37

 M value IS 0.10

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#496873 (or 0x496873) is known color: Bismark. HEX triplet: 49, 68 and 73. RGB value is (73,104,115). Sum of RGB (Red+Green+Blue) = 73+104+115=292 (38% of max value = 765). Red value is 73 (28.91% from 255 or 25% from 292); Green value is 104 (41.02% from 255 or 35.62% from 292); Blue value is 115 (45.31% from 255 or 39.38% from 292); Max value from RGB is 115 - color contains mainly: blue. Hex color #496873 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #496873 is #B6978C. Grayscale: #5F5F5F. Windows color (decimal): -11966349 or 7563337. OLE color: 7563337.

HSL color Cylindrical-coordinate representation of color #496873: hue angle of 195.71º 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 #496873 is Cyan = 0.37, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 73 104 115 -
CMYK 0.37 0.10 0 0.55
HSL 195.71º 0.22% 0.37% -
HSV(B) 195.71º 0.37% 0.45% -
XYZ 10.79 12.55 18.07 -
YUV 95.99 138.73 111.61 -
System Red Green Blue C M Y K H S L
Decimal 73 104 115 0.37 0.10 0 0.55 195.71 0.22 0.37
Hex 49 68 73 25 A 0 37 C4 16 25
Octal 111 150 163 45 12 0 67 304 26 45
Binary 1001001 1101000 1110011 100101 1010 0 110111 11000100 10110 100101

Color Harmonies of #496873

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #496873

Black with #496873

Text Example


Text Example

White with #496873

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #496873; }

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

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

background-color css

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

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

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

border-color css

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

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

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