#466173

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

Shades of Bismark #466173

Tints of Bismark #466173

Color information

#466173 (or 0x466173) is unknown color: approx Bismark. HEX triplet: 46, 61 and 73. RGB value is (70,97,115). Sum of RGB (Red+Green+Blue) = 70+97+115=282 (37% of max value = 765). Red value is 70 (27.73% from 255 or 24.82% from 282); Green value is 97 (38.28% from 255 or 34.40% from 282); Blue value is 115 (45.31% from 255 or 40.78% from 282); Max value from RGB is 115 - color contains mainly: blue. Hex color #466173 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #466173 is #B99E8C. Grayscale: #5A5A5A. Windows color (decimal): -12164749 or 7561542. OLE color: 7561542.

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

Color convert

RGB7097115-
CMYK0.390.1600.55
HSL204º24.32%36.27%-
HSV(B)204º39.13%45.1%-
XYZ9.8911.0917.84-
YUV90.98141.55113.04-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 24.82%
GREEN value IS 97 (38.28% from 255) = 34.40%
BLUE value IS 115 (45.31% from 255) = 40.78%
R=24.82%
G=34.40%
B=40.78%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal70971150.390.1600.5520424.3236.27
Hex4661732710037cc1824
Octal10614116347200673143044
Binary1000110110000111100111001111000001101111100110011000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #466173

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #466173; }

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

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

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

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

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

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

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

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