#466C73

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

Shades of Bismark #466C73

Tints of Bismark #466C73

Color information

#466C73 (or 0x466C73) is unknown color: approx Bismark. HEX triplet: 46, 6C and 73. RGB value is (70,108,115). Sum of RGB (Red+Green+Blue) = 70+108+115=293 (38% of max value = 765). Red value is 70 (27.73% from 255 or 23.89% from 293); Green value is 108 (42.58% from 255 or 36.86% from 293); Blue value is 115 (45.31% from 255 or 39.25% from 293); Max value from RGB is 115 - color contains mainly: blue. Hex color #466C73 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #466C73 is #B9938C. Grayscale: #616161. Windows color (decimal): -12161933 or 7564358. OLE color: 7564358.

HSL color Cylindrical-coordinate representation of color #466C73: hue angle of 189.33º 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 #466C73 is Cyan = 0.39, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB70108115-
CMYK0.390.0600.55
HSL189.33º24.32%36.27%-
HSV(B)189.33º39.13%45.1%-
XYZ10.9813.2718.2-
YUV97.44137.91108.43-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 23.89%
GREEN value IS 108 (42.58% from 255) = 36.86%
BLUE value IS 115 (45.31% from 255) = 39.25%
R=23.89%
G=36.86%
B=39.25%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal701081150.390.0600.55189.3324.3236.27
Hex466C73276037bd1824
Octal1061541634760672753044
Binary10001101101100111001110011111001101111011110111000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #466C73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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