#466170

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

Shades of Bismark #466170

Tints of Bismark #466170

Color information

#466170 (or 0x466170) is unknown color: approx Bismark. HEX triplet: 46, 61 and 70. RGB value is (70,97,112). Sum of RGB (Red+Green+Blue) = 70+97+112=279 (36% of max value = 765). Red value is 70 (27.73% from 255 or 25.09% from 279); Green value is 97 (38.28% from 255 or 34.77% from 279); Blue value is 112 (44.14% from 255 or 40.14% from 279); Max value from RGB is 112 - color contains mainly: blue. Hex color #466170 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #466170 is #B99E8F. Grayscale: #5A5A5A. Windows color (decimal): -12164752 or 7364934. OLE color: 7364934.

HSL color Cylindrical-coordinate representation of color #466170: hue angle of 201.43º 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 #466170 is Cyan = 0.38, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB7097112-
CMYK0.380.1300.56
HSL201.43º23.08%35.69%-
HSV(B)201.43º37.5%43.92%-
XYZ9.7311.0216.94-
YUV90.64140.05113.28-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 25.09%
GREEN value IS 97 (38.28% from 255) = 34.77%
BLUE value IS 112 (44.14% from 255) = 40.14%
R=25.09%
G=34.77%
B=40.14%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal70971120.380.1300.56201.4323.0835.69
Hex46617026D038c91724
Octal10614116046150703112744
Binary100011011000011110000100110110101110001100100110111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #466170

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #466170; }

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

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

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

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

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

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

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

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