#456A73

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

Shades of Bismark #456A73

Tints of Bismark #456A73

Color information

#456A73 (or 0x456A73) is unknown color: approx Bismark. HEX triplet: 45, 6A and 73. RGB value is (69,106,115). Sum of RGB (Red+Green+Blue) = 69+106+115=290 (38% of max value = 765). Red value is 69 (27.34% from 255 or 23.79% from 290); Green value is 106 (41.80% from 255 or 36.55% from 290); Blue value is 115 (45.31% from 255 or 39.66% from 290); Max value from RGB is 115 - color contains mainly: blue. Hex color #456A73 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #456A73 is #BA958C. Grayscale: #5F5F5F. Windows color (decimal): -12227981 or 7563845. OLE color: 7563845.

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

Color convert

RGB69106115-
CMYK0.40.0800.55
HSL191.74º25%36.08%-
HSV(B)191.74º40%45.1%-
XYZ10.712.8118.13-
YUV95.96138.74108.77-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 23.79%
GREEN value IS 106 (41.80% from 255) = 36.55%
BLUE value IS 115 (45.31% from 255) = 39.66%
R=23.79%
G=36.55%
B=39.66%

CMYK

C (Cyan) values IS 0.4
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal691061150.40.0800.55191.742536.08
Hex456A73288037c01924
Octal10515216350100673003144
Binary100010111010101110011101000100001101111100000011001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #456A73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #456A73; }

 p { color: rgb(69,106,115); }

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

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

 a { background-color: rgb(69,106,115); }

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

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

 span { border-color: rgb(69,106,115); }

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