#456371

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

Shades of Bismark #456371

Tints of Bismark #456371

Color information

#456371 (or 0x456371) is unknown color: approx Bismark. HEX triplet: 45, 63 and 71. RGB value is (69,99,113). Sum of RGB (Red+Green+Blue) = 69+99+113=281 (37% of max value = 765). Red value is 69 (27.34% from 255 or 24.56% from 281); Green value is 99 (39.06% from 255 or 35.23% from 281); Blue value is 113 (44.53% from 255 or 40.21% from 281); Max value from RGB is 113 - color contains mainly: blue. Hex color #456371 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #456371 is #BA9C8E. Grayscale: #5B5B5B. Windows color (decimal): -12229775 or 7430981. OLE color: 7430981.

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

Color convert

RGB6999113-
CMYK0.390.1200.56
HSL199.09º24.18%35.69%-
HSV(B)199.09º38.94%44.31%-
XYZ9.911.3817.3-
YUV91.63140.06111.86-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 24.56%
GREEN value IS 99 (39.06% from 255) = 35.23%
BLUE value IS 113 (44.53% from 255) = 40.21%
R=24.56%
G=35.23%
B=40.21%

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
Decimal69991130.390.1200.56199.0924.1835.69
Hex45637127C038c71824
Octal10514316147140703073044
Binary100010111000111110001100111110001110001100011111000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #456371

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #456371; }

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

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

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

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

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

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

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

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