Html Css Color HEX #496871 Bismark

📋 copy color: '#496871'

red 73 ◦ green 104 ◦ blue 113

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

Shades of Bismark #496871

Tints of Bismark #496871

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 38.97%

R = 25.17%
G = 35.86%
B = 38.97%

CMYK

 C value IS 0.35

 M value IS 0.08

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#496871 (or 0x496871) is known color: Bismark. HEX triplet: 49, 68 and 71. RGB value is (73,104,113). Sum of RGB (Red+Green+Blue) = 73+104+113=290 (38% of max value = 765). Red value is 73 (28.91% from 255 or 25.17% from 290); Green value is 104 (41.02% from 255 or 35.86% from 290); Blue value is 113 (44.53% from 255 or 38.97% from 290); Max value from RGB is 113 - color contains mainly: blue. Hex color #496871 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #496871 is #B6978E. Grayscale: #5F5F5F. Windows color (decimal): -11966351 or 7432265. OLE color: 7432265.

HSL color Cylindrical-coordinate representation of color #496871: hue angle of 193.5º degrees, saturation: 0.22, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #496871 is Cyan = 0.35, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 73 104 113 -
CMYK 0.35 0.08 0 0.56
HSL 193.5º 0.22% 0.36% -
HSV(B) 193.5º 0.35% 0.44% -
XYZ 10.68 12.51 17.47 -
YUV 95.76 137.73 111.77 -
System Red Green Blue C M Y K H S L
Decimal 73 104 113 0.35 0.08 0 0.56 193.5 0.22 0.36
Hex 49 68 71 23 8 0 38 C2 16 24
Octal 111 150 161 43 10 0 70 302 26 44
Binary 1001001 1101000 1110001 100011 1000 0 111000 11000010 10110 100100

Color Harmonies of #496871

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #496871

Black with #496871

Text Example


Text Example

White with #496871

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #496871; }

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

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

background-color css

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

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

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

border-color css

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

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

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