#46667A

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

Shades of Bismark #46667A

Tints of Bismark #46667A

Color information

#46667A (or 0x46667A) is unknown color: approx Bismark. HEX triplet: 46, 66 and 7A. RGB value is (70,102,122). Sum of RGB (Red+Green+Blue) = 70+102+122=294 (38% of max value = 765). Red value is 70 (27.73% from 255 or 23.81% from 294); Green value is 102 (40.23% from 255 or 34.69% from 294); Blue value is 122 (48.05% from 255 or 41.50% from 294); Max value from RGB is 122 - color contains mainly: blue. Hex color #46667A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #46667A is #B99985. Grayscale: #5E5E5E. Windows color (decimal): -12163462 or 8021574. OLE color: 8021574.

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

Color convert

RGB70102122-
CMYK0.430.1600.52
HSL203.08º27.08%37.65%-
HSV(B)203.08º42.62%47.84%-
XYZ10.7912.2120.2-
YUV94.71143.4110.37-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 23.81%
GREEN value IS 102 (40.23% from 255) = 34.69%
BLUE value IS 122 (48.05% from 255) = 41.50%
R=23.81%
G=34.69%
B=41.50%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal701021220.430.1600.52203.0827.0837.65
Hex46667A2B10034cb1b26
Octal10614617253200643133346
Binary1000110110011011110101010111000001101001100101111011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46667A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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