#496C7F

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

Shades of Bismark #496C7F

Tints of Bismark #496C7F

Color information

#496C7F (or 0x496C7F) is unknown color: approx Bismark. HEX triplet: 49, 6C and 7F. RGB value is (73,108,127). Sum of RGB (Red+Green+Blue) = 73+108+127=308 (40% of max value = 765). Red value is 73 (28.91% from 255 or 23.70% from 308); Green value is 108 (42.58% from 255 or 35.06% from 308); Blue value is 127 (50% from 255 or 41.23% from 308); Max value from RGB is 127 - color contains mainly: blue. Hex color #496C7F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #496C7F is #B69380. Grayscale: #636363. Windows color (decimal): -11965313 or 8350793. OLE color: 8350793.

HSL color Cylindrical-coordinate representation of color #496C7F: hue angle of 201.11º degrees, saturation: 0.27, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #496C7F is Cyan = 0.43, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB73108127-
CMYK0.430.1500.50
HSL201.11º27%39.22%-
HSV(B)201.11º42.52%49.8%-
XYZ11.9413.6722.09-
YUV99.7143.4108.96-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 23.70%
GREEN value IS 108 (42.58% from 255) = 35.06%
BLUE value IS 127 (50% from 255) = 41.23%
R=23.70%
G=35.06%
B=41.23%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal731081270.430.1500.50201.112739.22
Hex496C7F2BF032c91b27
Octal11115417753170623113347
Binary100100111011001111111101011111101100101100100111011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #496C7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #496C7F; }

 p { color: rgb(73,108,127); }

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

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

 a { background-color: rgb(73,108,127); }

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

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

 span { border-color: rgb(73,108,127); }

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