#496478

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

Shades of Bismark #496478

Tints of Bismark #496478

Color information

#496478 (or 0x496478) is unknown color: approx Bismark. HEX triplet: 49, 64 and 78. RGB value is (73,100,120). Sum of RGB (Red+Green+Blue) = 73+100+120=293 (38% of max value = 765). Red value is 73 (28.91% from 255 or 24.91% from 293); Green value is 100 (39.45% from 255 or 34.13% from 293); Blue value is 120 (47.27% from 255 or 40.96% from 293); Max value from RGB is 120 - color contains mainly: blue. Hex color #496478 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #496478 is #B69B87. Grayscale: #5E5E5E. Windows color (decimal): -11967368 or 7889993. OLE color: 7889993.

HSL color Cylindrical-coordinate representation of color #496478: hue angle of 205.53º degrees, saturation: 0.24, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #496478 is Cyan = 0.39, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB73100120-
CMYK0.390.1700.53
HSL205.53º24.35%37.84%-
HSV(B)205.53º39.17%47.06%-
XYZ10.6911.8919.5-
YUV94.21142.55112.87-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 24.91%
GREEN value IS 100 (39.45% from 255) = 34.13%
BLUE value IS 120 (47.27% from 255) = 40.96%
R=24.91%
G=34.13%
B=40.96%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal731001200.390.1700.53205.5324.3537.84
Hex4964782711035ce1826
Octal11114417047210653163046
Binary1001001110010011110001001111000101101011100111011000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #496478

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #496478; }

 p { color: rgb(73,100,120); }

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

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

 a { background-color: rgb(73,100,120); }

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

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

 span { border-color: rgb(73,100,120); }

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