#466470

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

Shades of Bismark #466470

Tints of Bismark #466470

Color information

#466470 (or 0x466470) is unknown color: approx Bismark. HEX triplet: 46, 64 and 70. RGB value is (70,100,112). Sum of RGB (Red+Green+Blue) = 70+100+112=282 (37% of max value = 765). Red value is 70 (27.73% from 255 or 24.82% from 282); Green value is 100 (39.45% from 255 or 35.46% from 282); Blue value is 112 (44.14% from 255 or 39.72% from 282); Max value from RGB is 112 - color contains mainly: blue. Hex color #466470 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #466470 is #B99B8F. Grayscale: #5C5C5C. Windows color (decimal): -12163984 or 7365702. OLE color: 7365702.

HSL color Cylindrical-coordinate representation of color #466470: hue angle of 197.14º degrees, saturation: 0.23, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #466470 is Cyan = 0.38, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB70100112-
CMYK0.380.1100.56
HSL197.14º23.08%35.69%-
HSV(B)197.14º37.5%43.92%-
XYZ10.0111.5917.04-
YUV92.4139.06112.02-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 24.82%
GREEN value IS 100 (39.45% from 255) = 35.46%
BLUE value IS 112 (44.14% from 255) = 39.72%
R=24.82%
G=35.46%
B=39.72%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal701001120.380.1100.56197.1423.0835.69
Hex46647026B038c51724
Octal10614416046130703052744
Binary100011011001001110000100110101101110001100010110111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #466470

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #466470; }

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

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

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

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

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

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

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

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