#46737f

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

Shades of Bismark #46737F

Tints of Bismark #46737F

Color information

#46737F (or 0x46737F) is unknown color: approx Bismark. HEX triplet: 46, 73 and 7F. RGB value is (70,115,127). Sum of RGB (Red+Green+Blue) = 70+115+127=312 (41% of max value = 765). Red value is 70 (27.73% from 255 or 22.44% from 312); Green value is 115 (45.31% from 255 or 36.86% from 312); Blue value is 127 (50% from 255 or 40.71% from 312); Max value from RGB is 127 - color contains mainly: blue. Hex color #46737F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #46737F is #B98C80. Grayscale: #666666. Windows color (decimal): -12160129 or 8352582. OLE color: 8352582.

HSL color Cylindrical-coordinate representation of color #46737F: hue angle of 192.63º degrees, saturation: 0.29, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #46737F is Cyan = 0.45, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB70115127-
CMYK0.450.0900.50
HSL192.63º28.93%38.63%-
HSV(B)192.63º44.88%49.8%-
XYZ12.4915.122.33-
YUV102.91141.59104.52-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 22.44%
GREEN value IS 115 (45.31% from 255) = 36.86%
BLUE value IS 127 (50% from 255) = 40.71%
R=22.44%
G=36.86%
B=40.71%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal701151270.450.0900.50192.6328.9338.63
Hex46737F2D9032c11d27
Octal10616317755110623013547
Binary100011011100111111111101101100101100101100000111101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46737f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #46737f; }

 p { color: rgb(70,115,127); }

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

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

 a { background-color: rgb(70,115,127); }

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

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

 span { border-color: rgb(70,115,127); }

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