#466D7A

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

Shades of Bismark #466D7A

Tints of Bismark #466D7A

Color information

#466D7A (or 0x466D7A) is unknown color: approx Bismark. HEX triplet: 46, 6D and 7A. RGB value is (70,109,122). Sum of RGB (Red+Green+Blue) = 70+109+122=301 (39% of max value = 765). Red value is 70 (27.73% from 255 or 23.26% from 301); Green value is 109 (42.97% from 255 or 36.21% from 301); Blue value is 122 (48.05% from 255 or 40.53% from 301); Max value from RGB is 122 - color contains mainly: blue. Hex color #466D7A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #466D7A is #B99285. Grayscale: #626262. Windows color (decimal): -12161670 or 8023366. OLE color: 8023366.

HSL color Cylindrical-coordinate representation of color #466D7A: hue angle of 195º degrees, saturation: 0.27, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #466D7A is Cyan = 0.43, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB70109122-
CMYK0.430.1100.52
HSL195º27.08%37.65%-
HSV(B)195º42.62%47.84%-
XYZ11.5113.6420.44-
YUV98.82141.08107.44-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 23.26%
GREEN value IS 109 (42.97% from 255) = 36.21%
BLUE value IS 122 (48.05% from 255) = 40.53%
R=23.26%
G=36.21%
B=40.53%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal701091220.430.1100.5219527.0837.65
Hex466D7A2BB034c31b26
Octal10615517253130643033346
Binary100011011011011111010101011101101101001100001111011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #466D7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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