#466A7A

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

Shades of Bismark #466A7A

Tints of Bismark #466A7A

Color information

#466A7A (or 0x466A7A) is unknown color: approx Bismark. HEX triplet: 46, 6A and 7A. RGB value is (70,106,122). Sum of RGB (Red+Green+Blue) = 70+106+122=298 (39% of max value = 765). Red value is 70 (27.73% from 255 or 23.49% from 298); Green value is 106 (41.80% from 255 or 35.57% from 298); Blue value is 122 (48.05% from 255 or 40.94% from 298); Max value from RGB is 122 - color contains mainly: blue. Hex color #466A7A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #466A7A is #B99585. Grayscale: #606060. Windows color (decimal): -12162438 or 8022598. OLE color: 8022598.

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

Color convert

RGB70106122-
CMYK0.430.1300.52
HSL198.46º27.08%37.65%-
HSV(B)198.46º42.62%47.84%-
XYZ11.1913.0220.33-
YUV97.06142.07108.7-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 23.49%
GREEN value IS 106 (41.80% from 255) = 35.57%
BLUE value IS 122 (48.05% from 255) = 40.94%
R=23.49%
G=35.57%
B=40.94%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal701061220.430.1300.52198.4627.0837.65
Hex466A7A2BD034c61b26
Octal10615217253150643063346
Binary100011011010101111010101011110101101001100011011011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #466A7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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