#456471

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

Shades of Bismark #456471

Tints of Bismark #456471

Color information

#456471 (or 0x456471) is unknown color: approx Bismark. HEX triplet: 45, 64 and 71. RGB value is (69,100,113). Sum of RGB (Red+Green+Blue) = 69+100+113=282 (37% of max value = 765). Red value is 69 (27.34% from 255 or 24.47% from 282); Green value is 100 (39.45% from 255 or 35.46% from 282); Blue value is 113 (44.53% from 255 or 40.07% from 282); Max value from RGB is 113 - color contains mainly: blue. Hex color #456471 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #456471 is #BA9B8E. Grayscale: #5C5C5C. Windows color (decimal): -12229519 or 7431237. OLE color: 7431237.

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

Color convert

RGB69100113-
CMYK0.390.1200.56
HSL197.73º24.18%35.69%-
HSV(B)197.73º38.94%44.31%-
XYZ9.9911.5717.33-
YUV92.21139.73111.44-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 24.47%
GREEN value IS 100 (39.45% from 255) = 35.46%
BLUE value IS 113 (44.53% from 255) = 40.07%
R=24.47%
G=35.46%
B=40.07%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal691001130.390.1200.56197.7324.1835.69
Hex45647127C038c61824
Octal10514416147140703063044
Binary100010111001001110001100111110001110001100011011000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #456471

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #456471; }

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

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

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

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

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

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

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

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