#496274

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

Shades of Bismark #496274

Tints of Bismark #496274

Color information

#496274 (or 0x496274) is unknown color: approx Bismark. HEX triplet: 49, 62 and 74. RGB value is (73,98,116). Sum of RGB (Red+Green+Blue) = 73+98+116=287 (38% of max value = 765). Red value is 73 (28.91% from 255 or 25.44% from 287); Green value is 98 (38.67% from 255 or 34.15% from 287); Blue value is 116 (45.70% from 255 or 40.42% from 287); Max value from RGB is 116 - color contains mainly: blue. Hex color #496274 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #496274 is #B69D8B. Grayscale: #5C5C5C. Windows color (decimal): -11967884 or 7627337. OLE color: 7627337.

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

Color convert

RGB7398116-
CMYK0.370.1600.55
HSL205.12º22.75%37.06%-
HSV(B)205.12º37.07%45.49%-
XYZ10.2711.4118.18-
YUV92.58141.22114.04-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 25.44%
GREEN value IS 98 (38.67% from 255) = 34.15%
BLUE value IS 116 (45.70% from 255) = 40.42%
R=25.44%
G=34.15%
B=40.42%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal73981160.370.1600.55205.1222.7537.06
Hex4962742510037cd1725
Octal11114216445200673152745
Binary1001001110001011101001001011000001101111100110110111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #496274

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #496274; }

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

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

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

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

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

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

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

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