#496275

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

Shades of Bismark #496275

Tints of Bismark #496275

Color information

#496275 (or 0x496275) is unknown color: approx Bismark. HEX triplet: 49, 62 and 75. RGB value is (73,98,117). Sum of RGB (Red+Green+Blue) = 73+98+117=288 (38% of max value = 765). Red value is 73 (28.91% from 255 or 25.35% from 288); Green value is 98 (38.67% from 255 or 34.03% from 288); Blue value is 117 (46.09% from 255 or 40.62% from 288); Max value from RGB is 117 - color contains mainly: blue. Hex color #496275 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #496275 is #B69D8A. Grayscale: #5C5C5C. Windows color (decimal): -11967883 or 7692873. OLE color: 7692873.

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

Color convert

RGB7398117-
CMYK0.380.1600.54
HSL205.91º23.16%37.25%-
HSV(B)205.91º37.61%45.88%-
XYZ10.3311.4418.49-
YUV92.69141.72113.96-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 25.35%
GREEN value IS 98 (38.67% from 255) = 34.03%
BLUE value IS 117 (46.09% from 255) = 40.62%
R=25.35%
G=34.03%
B=40.62%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal73981170.380.1600.54205.9123.1637.25
Hex4962752610036ce1725
Octal11114216546200663162745
Binary1001001110001011101011001101000001101101100111010111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #496275

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #496275; }

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

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

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

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

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

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

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

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