#466576

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

Shades of Bismark #466576

Tints of Bismark #466576

Color information

#466576 (or 0x466576) is unknown color: approx Bismark. HEX triplet: 46, 65 and 76. RGB value is (70,101,118). Sum of RGB (Red+Green+Blue) = 70+101+118=289 (38% of max value = 765). Red value is 70 (27.73% from 255 or 24.22% from 289); Green value is 101 (39.84% from 255 or 34.95% from 289); Blue value is 118 (46.48% from 255 or 40.83% from 289); Max value from RGB is 118 - color contains mainly: blue. Hex color #466576 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #466576 is #B99A89. Grayscale: #5D5D5D. Windows color (decimal): -12163722 or 7759174. OLE color: 7759174.

HSL color Cylindrical-coordinate representation of color #466576: hue angle of 201.25º degrees, saturation: 0.26, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #466576 is Cyan = 0.41, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB70101118-
CMYK0.410.1400.54
HSL201.25º25.53%36.86%-
HSV(B)201.25º40.68%46.27%-
XYZ10.4511.9218.89-
YUV93.67141.73111.12-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 24.22%
GREEN value IS 101 (39.84% from 255) = 34.95%
BLUE value IS 118 (46.48% from 255) = 40.83%
R=24.22%
G=34.95%
B=40.83%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal701011180.410.1400.54201.2525.5336.86
Hex46657629E036c91a25
Octal10614516651160663113245
Binary100011011001011110110101001111001101101100100111010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #466576

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #466576; }

 p { color: rgb(70,101,118); }

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

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

 a { background-color: rgb(70,101,118); }

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

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

 span { border-color: rgb(70,101,118); }

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