#456872

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

Shades of Bismark #456872

Tints of Bismark #456872

Color information

#456872 (or 0x456872) is unknown color: approx Bismark. HEX triplet: 45, 68 and 72. RGB value is (69,104,114). Sum of RGB (Red+Green+Blue) = 69+104+114=287 (38% of max value = 765). Red value is 69 (27.34% from 255 or 24.04% from 287); Green value is 104 (41.02% from 255 or 36.24% from 287); Blue value is 114 (44.92% from 255 or 39.72% from 287); Max value from RGB is 114 - color contains mainly: blue. Hex color #456872 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #456872 is #BA978D. Grayscale: #5E5E5E. Windows color (decimal): -12228494 or 7497797. OLE color: 7497797.

HSL color Cylindrical-coordinate representation of color #456872: hue angle of 193.33º degrees, saturation: 0.25, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #456872 is Cyan = 0.39, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB69104114-
CMYK0.390.0900.55
HSL193.33º24.59%35.88%-
HSV(B)193.33º39.47%44.71%-
XYZ10.4412.3817.76-
YUV94.68138.9109.69-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 24.04%
GREEN value IS 104 (41.02% from 255) = 36.24%
BLUE value IS 114 (44.92% from 255) = 39.72%
R=24.04%
G=36.24%
B=39.72%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal691041140.390.0900.55193.3324.5935.88
Hex456872279037c11924
Octal10515016247110673013144
Binary100010111010001110010100111100101101111100000111001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #456872

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #456872; }

 p { color: rgb(69,104,114); }

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

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

 a { background-color: rgb(69,104,114); }

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

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

 span { border-color: rgb(69,104,114); }

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