#456171

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

Shades of Bismark #456171

Tints of Bismark #456171

Color information

#456171 (or 0x456171) is unknown color: approx Bismark. HEX triplet: 45, 61 and 71. RGB value is (69,97,113). Sum of RGB (Red+Green+Blue) = 69+97+113=279 (36% of max value = 765). Red value is 69 (27.34% from 255 or 24.73% from 279); Green value is 97 (38.28% from 255 or 34.77% from 279); Blue value is 113 (44.53% from 255 or 40.50% from 279); Max value from RGB is 113 - color contains mainly: blue. Hex color #456171 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #456171 is #BA9E8E. Grayscale: #5A5A5A. Windows color (decimal): -12230287 or 7430469. OLE color: 7430469.

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

Color convert

RGB6997113-
CMYK0.390.1400.56
HSL201.82º24.18%35.69%-
HSV(B)201.82º38.94%44.31%-
XYZ9.7111.0117.24-
YUV90.45140.72112.7-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 24.73%
GREEN value IS 97 (38.28% from 255) = 34.77%
BLUE value IS 113 (44.53% from 255) = 40.50%
R=24.73%
G=34.77%
B=40.50%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal69971130.390.1400.56201.8224.1835.69
Hex45617127E038ca1824
Octal10514116147160703123044
Binary100010111000011110001100111111001110001100101011000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #456171

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #456171; }

 p { color: rgb(69,97,113); }

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

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

 a { background-color: rgb(69,97,113); }

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

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

 span { border-color: rgb(69,97,113); }

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