#46707B

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

Shades of Bismark #46707B

Tints of Bismark #46707B

Color information

#46707B (or 0x46707B) is unknown color: approx Bismark. HEX triplet: 46, 70 and 7B. RGB value is (70,112,123). Sum of RGB (Red+Green+Blue) = 70+112+123=305 (40% of max value = 765). Red value is 70 (27.73% from 255 or 22.95% from 305); Green value is 112 (44.14% from 255 or 36.72% from 305); Blue value is 123 (48.44% from 255 or 40.33% from 305); Max value from RGB is 123 - color contains mainly: blue. Hex color #46707B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #46707B is #B98F84. Grayscale: #646464. Windows color (decimal): -12160901 or 8089670. OLE color: 8089670.

HSL color Cylindrical-coordinate representation of color #46707B: hue angle of 192.45º degrees, saturation: 0.27, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #46707B is Cyan = 0.43, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB70112123-
CMYK0.430.0900.52
HSL192.45º27.46%37.84%-
HSV(B)192.45º43.09%48.24%-
XYZ11.914.3220.88-
YUV100.7140.59106.11-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 22.95%
GREEN value IS 112 (44.14% from 255) = 36.72%
BLUE value IS 123 (48.44% from 255) = 40.33%
R=22.95%
G=36.72%
B=40.33%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal701121230.430.0900.52192.4527.4637.84
Hex46707B2B9034c01b26
Octal10616017353110643003346
Binary100011011100001111011101011100101101001100000011011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46707B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #46707B; }

 p { color: rgb(70,112,123); }

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

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

 a { background-color: rgb(70,112,123); }

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

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

 span { border-color: rgb(70,112,123); }

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