#496875

Color #496875 Bismark (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Bismark #496875

Tints of Bismark #496875

Color information

#496875 (or 0x496875) is unknown color: approx Bismark. HEX triplet: 49, 68 and 75. RGB value is (73,104,117). Sum of RGB (Red+Green+Blue) = 73+104+117=294 (38% of max value = 765). Red value is 73 (28.91% from 255 or 24.83% from 294); Green value is 104 (41.02% from 255 or 35.37% from 294); Blue value is 117 (46.09% from 255 or 39.80% from 294); Max value from RGB is 117 - color contains mainly: blue. Hex color #496875 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #496875 is #B6978A. Grayscale: #606060. Windows color (decimal): -11966347 or 7694409. OLE color: 7694409.

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

Color convert

RGB73104117-
CMYK0.380.1100.54
HSL197.73º23.16%37.25%-
HSV(B)197.73º37.61%45.88%-
XYZ10.9112.618.69-
YUV96.21139.73111.44-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 24.83%
GREEN value IS 104 (41.02% from 255) = 35.37%
BLUE value IS 117 (46.09% from 255) = 39.80%
R=24.83%
G=35.37%
B=39.80%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal731041170.380.1100.54197.7323.1637.25
Hex49687526B036c61725
Octal11115016546130663062745
Binary100100111010001110101100110101101101101100011010111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #496875

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #496875; }

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

 H1.HeaderClassName
 {
   color: #496875;
 }
 .AnyTagClassName
 {
   color: #496875;
 }
</style>
background-color css

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

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

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

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

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

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