#466A7D

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

Shades of Bismark #466A7D

Tints of Bismark #466A7D

Color information

#466A7D (or 0x466A7D) is unknown color: approx Bismark. HEX triplet: 46, 6A and 7D. RGB value is (70,106,125). Sum of RGB (Red+Green+Blue) = 70+106+125=301 (39% of max value = 765). Red value is 70 (27.73% from 255 or 23.26% from 301); Green value is 106 (41.80% from 255 or 35.22% from 301); Blue value is 125 (49.22% from 255 or 41.53% from 301); Max value from RGB is 125 - color contains mainly: blue. Hex color #466A7D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #466A7D is #B99582. Grayscale: #616161. Windows color (decimal): -12162435 or 8219206. OLE color: 8219206.

HSL color Cylindrical-coordinate representation of color #466A7D: hue angle of 200.73º degrees, saturation: 0.28, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #466A7D is Cyan = 0.44, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB70106125-
CMYK0.440.1500.51
HSL200.73º28.21%38.24%-
HSV(B)200.73º44%49.02%-
XYZ11.3813.0921.33-
YUV97.4143.57108.46-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 23.26%
GREEN value IS 106 (41.80% from 255) = 35.22%
BLUE value IS 125 (49.22% from 255) = 41.53%
R=23.26%
G=35.22%
B=41.53%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal701061250.440.1500.51200.7328.2138.24
Hex466A7D2CF033c91c26
Octal10615217554170633113446
Binary100011011010101111101101100111101100111100100111100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #466A7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(70,106,125); }

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

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

 a { background-color: rgb(70,106,125); }

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

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

 span { border-color: rgb(70,106,125); }

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