#466D81

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

Shades of Bismark #466D81

Tints of Bismark #466D81

Color information

#466D81 (or 0x466D81) is unknown color: approx Bismark. HEX triplet: 46, 6D and 81. RGB value is (70,109,129). Sum of RGB (Red+Green+Blue) = 70+109+129=308 (40% of max value = 765). Red value is 70 (27.73% from 255 or 22.73% from 308); Green value is 109 (42.97% from 255 or 35.39% from 308); Blue value is 129 (50.78% from 255 or 41.88% from 308); Max value from RGB is 129 - color contains mainly: blue. Hex color #466D81 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #466D81 is #B9927E. Grayscale: #636363. Windows color (decimal): -12161663 or 8482118. OLE color: 8482118.

HSL color Cylindrical-coordinate representation of color #466D81: hue angle of 200.34º 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 #466D81 is Cyan = 0.46, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB70109129-
CMYK0.460.1600.49
HSL200.34º29.65%39.02%-
HSV(B)200.34º45.74%50.59%-
XYZ11.9613.8222.81-
YUV99.62144.58106.87-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 22.73%
GREEN value IS 109 (42.97% from 255) = 35.39%
BLUE value IS 129 (50.78% from 255) = 41.88%
R=22.73%
G=35.39%
B=41.88%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal701091290.460.1600.49200.3429.6539.02
Hex466D812E10031c81e27
Octal10615520156200613103647
Binary10001101101101100000011011101000001100011100100011110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #466D81

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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