#466B7A

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

Shades of Bismark #466B7A

Tints of Bismark #466B7A

Color information

#466B7A (or 0x466B7A) is unknown color: approx Bismark. HEX triplet: 46, 6B and 7A. RGB value is (70,107,122). Sum of RGB (Red+Green+Blue) = 70+107+122=299 (39% of max value = 765). Red value is 70 (27.73% from 255 or 23.41% from 299); Green value is 107 (42.19% from 255 or 35.79% from 299); Blue value is 122 (48.05% from 255 or 40.80% from 299); Max value from RGB is 122 - color contains mainly: blue. Hex color #466B7A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #466B7A is #B99485. Grayscale: #616161. Windows color (decimal): -12162182 or 8022854. OLE color: 8022854.

HSL color Cylindrical-coordinate representation of color #466B7A: hue angle of 197.31º 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 #466B7A is Cyan = 0.43, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB70107122-
CMYK0.430.1200.52
HSL197.31º27.08%37.65%-
HSV(B)197.31º42.62%47.84%-
XYZ11.313.2220.37-
YUV97.65141.74108.28-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 23.41%
GREEN value IS 107 (42.19% from 255) = 35.79%
BLUE value IS 122 (48.05% from 255) = 40.80%
R=23.41%
G=35.79%
B=40.80%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal701071220.430.1200.52197.3127.0837.65
Hex466B7A2BC034c51b26
Octal10615317253140643053346
Binary100011011010111111010101011110001101001100010111011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #466B7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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