#466F81

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

Shades of Bismark #466F81

Tints of Bismark #466F81

Color information

#466F81 (or 0x466F81) is unknown color: approx Bismark. HEX triplet: 46, 6F and 81. RGB value is (70,111,129). Sum of RGB (Red+Green+Blue) = 70+111+129=310 (41% of max value = 765). Red value is 70 (27.73% from 255 or 22.58% from 310); Green value is 111 (43.75% from 255 or 35.81% from 310); Blue value is 129 (50.78% from 255 or 41.61% from 310); Max value from RGB is 129 - color contains mainly: blue. Hex color #466F81 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #466F81 is #B9907E. Grayscale: #646464. Windows color (decimal): -12161151 or 8482630. OLE color: 8482630.

HSL color Cylindrical-coordinate representation of color #466F81: hue angle of 198.31º degrees, saturation: 0.3, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #466F81 is Cyan = 0.46, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB70111129-
CMYK0.460.1400.49
HSL198.31º29.65%39.02%-
HSV(B)198.31º45.74%50.59%-
XYZ12.1714.2622.88-
YUV100.79143.92106.04-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 22.58%
GREEN value IS 111 (43.75% from 255) = 35.81%
BLUE value IS 129 (50.78% from 255) = 41.61%
R=22.58%
G=35.81%
B=41.61%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal701111290.460.1400.49198.3129.6539.02
Hex466F812EE031c61e27
Octal10615720156160613063647
Binary1000110110111110000001101110111001100011100011011110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #466F81

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #466F81; }

 p { color: rgb(70,111,129); }

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

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

 a { background-color: rgb(70,111,129); }

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

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

 span { border-color: rgb(70,111,129); }

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