#496477

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

Shades of Bismark #496477

Tints of Bismark #496477

Color information

#496477 (or 0x496477) is unknown color: approx Bismark. HEX triplet: 49, 64 and 77. RGB value is (73,100,119). Sum of RGB (Red+Green+Blue) = 73+100+119=292 (38% of max value = 765). Red value is 73 (28.91% from 255 or 25% from 292); Green value is 100 (39.45% from 255 or 34.25% from 292); Blue value is 119 (46.88% from 255 or 40.75% from 292); Max value from RGB is 119 - color contains mainly: blue. Hex color #496477 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #496477 is #B69B88. Grayscale: #5D5D5D. Windows color (decimal): -11967369 or 7824457. OLE color: 7824457.

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

Color convert

RGB73100119-
CMYK0.390.1600.53
HSL204.78º23.96%37.65%-
HSV(B)204.78º38.66%46.67%-
XYZ10.6311.8619.18-
YUV94.09142.05112.96-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 25%
GREEN value IS 100 (39.45% from 255) = 34.25%
BLUE value IS 119 (46.88% from 255) = 40.75%
R=25%
G=34.25%
B=40.75%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal731001190.390.1600.53204.7823.9637.65
Hex4964772710035cd1826
Octal11114416747200653153046
Binary1001001110010011101111001111000001101011100110111000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #496477

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #496477; }

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

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

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

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

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

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

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

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