#466671

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

Shades of Bismark #466671

Tints of Bismark #466671

Color information

#466671 (or 0x466671) is unknown color: approx Bismark. HEX triplet: 46, 66 and 71. RGB value is (70,102,113). Sum of RGB (Red+Green+Blue) = 70+102+113=285 (37% of max value = 765). Red value is 70 (27.73% from 255 or 24.56% from 285); Green value is 102 (40.23% from 255 or 35.79% from 285); Blue value is 113 (44.53% from 255 or 39.65% from 285); Max value from RGB is 113 - color contains mainly: blue. Hex color #466671 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #466671 is #B9998E. Grayscale: #5D5D5D. Windows color (decimal): -12163471 or 7431750. OLE color: 7431750.

HSL color Cylindrical-coordinate representation of color #466671: hue angle of 195.35º 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 #466671 is Cyan = 0.38, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB70102113-
CMYK0.380.1000.56
HSL195.35º23.5%35.88%-
HSV(B)195.35º38.05%44.31%-
XYZ10.261217.4-
YUV93.69138.9111.11-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 24.56%
GREEN value IS 102 (40.23% from 255) = 35.79%
BLUE value IS 113 (44.53% from 255) = 39.65%
R=24.56%
G=35.79%
B=39.65%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal701021130.380.1000.56195.3523.535.88
Hex46667126A038c31724
Octal10614616146120703032744
Binary100011011001101110001100110101001110001100001110111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #466671

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #466671; }

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

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

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

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

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

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

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

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