#46697A

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

Shades of Bismark #46697A

Tints of Bismark #46697A

Color information

#46697A (or 0x46697A) is unknown color: approx Bismark. HEX triplet: 46, 69 and 7A. RGB value is (70,105,122). Sum of RGB (Red+Green+Blue) = 70+105+122=297 (39% of max value = 765). Red value is 70 (27.73% from 255 or 23.57% from 297); Green value is 105 (41.41% from 255 or 35.35% from 297); Blue value is 122 (48.05% from 255 or 41.08% from 297); Max value from RGB is 122 - color contains mainly: blue. Hex color #46697A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #46697A is #B99685. Grayscale: #606060. Windows color (decimal): -12162694 or 8022342. OLE color: 8022342.

HSL color Cylindrical-coordinate representation of color #46697A: hue angle of 199.62º 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 #46697A is Cyan = 0.43, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB70105122-
CMYK0.430.1400.52
HSL199.62º27.08%37.65%-
HSV(B)199.62º42.62%47.84%-
XYZ11.0912.8120.3-
YUV96.47142.4109.12-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 23.57%
GREEN value IS 105 (41.41% from 255) = 35.35%
BLUE value IS 122 (48.05% from 255) = 41.08%
R=23.57%
G=35.35%
B=41.08%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal701051220.430.1400.52199.6227.0837.65
Hex46697A2BE034c81b26
Octal10615117253160643103346
Binary100011011010011111010101011111001101001100100011011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46697A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #46697A; }

 p { color: rgb(70,105,122); }

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

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

 a { background-color: rgb(70,105,122); }

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

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

 span { border-color: rgb(70,105,122); }

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