#466473

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

Shades of Bismark #466473

Tints of Bismark #466473

Color information

#466473 (or 0x466473) is unknown color: approx Bismark. HEX triplet: 46, 64 and 73. RGB value is (70,100,115). Sum of RGB (Red+Green+Blue) = 70+100+115=285 (37% of max value = 765). Red value is 70 (27.73% from 255 or 24.56% from 285); Green value is 100 (39.45% from 255 or 35.09% from 285); Blue value is 115 (45.31% from 255 or 40.35% from 285); Max value from RGB is 115 - color contains mainly: blue. Hex color #466473 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #466473 is #B99B8C. Grayscale: #5C5C5C. Windows color (decimal): -12163981 or 7562310. OLE color: 7562310.

HSL color Cylindrical-coordinate representation of color #466473: hue angle of 200º degrees, saturation: 0.24, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #466473 is Cyan = 0.39, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB70100115-
CMYK0.390.1300.55
HSL200º24.32%36.27%-
HSV(B)200º39.13%45.1%-
XYZ10.1811.6517.93-
YUV92.74140.56111.78-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 24.56%
GREEN value IS 100 (39.45% from 255) = 35.09%
BLUE value IS 115 (45.31% from 255) = 40.35%
R=24.56%
G=35.09%
B=40.35%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal701001150.390.1300.5520024.3236.27
Hex46647327D037c81824
Octal10614416347150673103044
Binary100011011001001110011100111110101101111100100011000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #466473

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #466473; }

 p { color: rgb(70,100,115); }

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

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

 a { background-color: rgb(70,100,115); }

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

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

 span { border-color: rgb(70,100,115); }

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