#466A73

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

Shades of Bismark #466A73

Tints of Bismark #466A73

Color information

#466A73 (or 0x466A73) is unknown color: approx Bismark. HEX triplet: 46, 6A and 73. RGB value is (70,106,115). Sum of RGB (Red+Green+Blue) = 70+106+115=291 (38% of max value = 765). Red value is 70 (27.73% from 255 or 24.05% from 291); Green value is 106 (41.80% from 255 or 36.43% from 291); Blue value is 115 (45.31% from 255 or 39.52% from 291); Max value from RGB is 115 - color contains mainly: blue. Hex color #466A73 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #466A73 is #B9958C. Grayscale: #606060. Windows color (decimal): -12162445 or 7563846. OLE color: 7563846.

HSL color Cylindrical-coordinate representation of color #466A73: hue angle of 192º degrees, saturation: 0.24, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #466A73 is Cyan = 0.39, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB70106115-
CMYK0.390.0800.55
HSL192º24.32%36.27%-
HSV(B)192º39.13%45.1%-
XYZ10.7712.8518.13-
YUV96.26138.57109.27-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 24.05%
GREEN value IS 106 (41.80% from 255) = 36.43%
BLUE value IS 115 (45.31% from 255) = 39.52%
R=24.05%
G=36.43%
B=39.52%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal701061150.390.0800.5519224.3236.27
Hex466A73278037c01824
Octal10615216347100673003044
Binary100011011010101110011100111100001101111100000011000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #466A73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #466A73; }

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

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

<style>
 a { background-color: #466A73; }

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

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

<style>
 span { border-color: #466A73; }

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

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