#466373

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

Shades of Bismark #466373

Tints of Bismark #466373

Color information

#466373 (or 0x466373) is unknown color: approx Bismark. HEX triplet: 46, 63 and 73. RGB value is (70,99,115). Sum of RGB (Red+Green+Blue) = 70+99+115=284 (37% of max value = 765). Red value is 70 (27.73% from 255 or 24.65% from 284); Green value is 99 (39.06% from 255 or 34.86% from 284); Blue value is 115 (45.31% from 255 or 40.49% from 284); Max value from RGB is 115 - color contains mainly: blue. Hex color #466373 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #466373 is #B99C8C. Grayscale: #5C5C5C. Windows color (decimal): -12164237 or 7562054. OLE color: 7562054.

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

Color convert

RGB7099115-
CMYK0.390.1400.55
HSL201.33º24.32%36.27%-
HSV(B)201.33º39.13%45.1%-
XYZ10.0811.4617.9-
YUV92.15140.89112.2-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 24.65%
GREEN value IS 99 (39.06% from 255) = 34.86%
BLUE value IS 115 (45.31% from 255) = 40.49%
R=24.65%
G=34.86%
B=40.49%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal70991150.390.1400.55201.3324.3236.27
Hex46637327E037c91824
Octal10614316347160673113044
Binary100011011000111110011100111111001101111100100111000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #466373

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #466373; }

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

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

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

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

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

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

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

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