#456972

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

Shades of Bismark #456972

Tints of Bismark #456972

Color information

#456972 (or 0x456972) is unknown color: approx Bismark. HEX triplet: 45, 69 and 72. RGB value is (69,105,114). Sum of RGB (Red+Green+Blue) = 69+105+114=288 (38% of max value = 765). Red value is 69 (27.34% from 255 or 23.96% from 288); Green value is 105 (41.41% from 255 or 36.46% from 288); Blue value is 114 (44.92% from 255 or 39.58% from 288); Max value from RGB is 114 - color contains mainly: blue. Hex color #456972 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #456972 is #BA968D. Grayscale: #5F5F5F. Windows color (decimal): -12228238 or 7498053. OLE color: 7498053.

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

Color convert

RGB69105114-
CMYK0.390.0800.55
HSL192º24.59%35.88%-
HSV(B)192º39.47%44.71%-
XYZ10.5412.5817.79-
YUV95.26138.57109.27-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 23.96%
GREEN value IS 105 (41.41% from 255) = 36.46%
BLUE value IS 114 (44.92% from 255) = 39.58%
R=23.96%
G=36.46%
B=39.58%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal691051140.390.0800.5519224.5935.88
Hex456972278037c01924
Octal10515116247100673003144
Binary100010111010011110010100111100001101111100000011001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #456972

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #456972; }

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

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

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

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

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

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

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

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