#496578

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

Shades of Bismark #496578

Tints of Bismark #496578

Color information

#496578 (or 0x496578) is unknown color: approx Bismark. HEX triplet: 49, 65 and 78. RGB value is (73,101,120). Sum of RGB (Red+Green+Blue) = 73+101+120=294 (38% of max value = 765). Red value is 73 (28.91% from 255 or 24.83% from 294); Green value is 101 (39.84% from 255 or 34.35% from 294); Blue value is 120 (47.27% from 255 or 40.82% from 294); Max value from RGB is 120 - color contains mainly: blue. Hex color #496578 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #496578 is #B69A87. Grayscale: #5E5E5E. Windows color (decimal): -11967112 or 7890249. OLE color: 7890249.

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

Color convert

RGB73101120-
CMYK0.390.1600.53
HSL204.26º24.35%37.84%-
HSV(B)204.26º39.17%47.06%-
XYZ10.7912.0819.53-
YUV94.79142.22112.46-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 24.83%
GREEN value IS 101 (39.84% from 255) = 34.35%
BLUE value IS 120 (47.27% from 255) = 40.82%
R=24.83%
G=34.35%
B=40.82%

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
Decimal731011200.390.1600.53204.2624.3537.84
Hex4965782710035cc1826
Octal11114517047200653143046
Binary1001001110010111110001001111000001101011100110011000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #496578

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #496578; }

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

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

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

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

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

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

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

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