#46757F

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

Shades of Bismark #46757F

Tints of Bismark #46757F

Color information

#46757F (or 0x46757F) is unknown color: approx Bismark. HEX triplet: 46, 75 and 7F. RGB value is (70,117,127). Sum of RGB (Red+Green+Blue) = 70+117+127=314 (41% of max value = 765). Red value is 70 (27.73% from 255 or 22.29% from 314); Green value is 117 (46.09% from 255 or 37.26% from 314); Blue value is 127 (50% from 255 or 40.45% from 314); Max value from RGB is 127 - color contains mainly: blue. Hex color #46757F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #46757F is #B98A80. Grayscale: #686868. Windows color (decimal): -12159617 or 8353094. OLE color: 8353094.

HSL color Cylindrical-coordinate representation of color #46757F: hue angle of 190.53º 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 #46757F is Cyan = 0.45, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB70117127-
CMYK0.450.0800.50
HSL190.53º28.93%38.63%-
HSV(B)190.53º44.88%49.8%-
XYZ12.7215.5622.41-
YUV104.09140.93103.69-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 22.29%
GREEN value IS 117 (46.09% from 255) = 37.26%
BLUE value IS 127 (50% from 255) = 40.45%
R=22.29%
G=37.26%
B=40.45%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal701171270.450.0800.50190.5328.9338.63
Hex46757F2D8032bf1d27
Octal10616517755100622773547
Binary100011011101011111111101101100001100101011111111101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46757F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #46757F; }

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

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

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

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

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

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

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

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