#466571

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

Shades of Bismark #466571

Tints of Bismark #466571

Color information

#466571 (or 0x466571) is unknown color: approx Bismark. HEX triplet: 46, 65 and 71. RGB value is (70,101,113). Sum of RGB (Red+Green+Blue) = 70+101+113=284 (37% of max value = 765). Red value is 70 (27.73% from 255 or 24.65% from 284); Green value is 101 (39.84% from 255 or 35.56% from 284); Blue value is 113 (44.53% from 255 or 39.79% from 284); Max value from RGB is 113 - color contains mainly: blue. Hex color #466571 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #466571 is #B99A8E. Grayscale: #5D5D5D. Windows color (decimal): -12163727 or 7431494. OLE color: 7431494.

HSL color Cylindrical-coordinate representation of color #466571: hue angle of 196.74º degrees, saturation: 0.23, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #466571 is Cyan = 0.38, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB70101113-
CMYK0.380.1100.56
HSL196.74º23.5%35.88%-
HSV(B)196.74º38.05%44.31%-
XYZ10.1611.817.37-
YUV93.1139.23111.52-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 24.65%
GREEN value IS 101 (39.84% from 255) = 35.56%
BLUE value IS 113 (44.53% from 255) = 39.79%
R=24.65%
G=35.56%
B=39.79%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal701011130.380.1100.56196.7423.535.88
Hex46657126B038c51724
Octal10614516146130703052744
Binary100011011001011110001100110101101110001100010110111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #466571

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #466571; }

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

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

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

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

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

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

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

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