#456E76

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

Shades of Bismark #456E76

Tints of Bismark #456E76

Color information

#456E76 (or 0x456E76) is unknown color: approx Bismark. HEX triplet: 45, 6E and 76. RGB value is (69,110,118). Sum of RGB (Red+Green+Blue) = 69+110+118=297 (39% of max value = 765). Red value is 69 (27.34% from 255 or 23.23% from 297); Green value is 110 (43.36% from 255 or 37.04% from 297); Blue value is 118 (46.48% from 255 or 39.73% from 297); Max value from RGB is 118 - color contains mainly: blue. Hex color #456E76 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #456E76 is #BA9189. Grayscale: #626262. Windows color (decimal): -12226954 or 7761477. OLE color: 7761477.

HSL color Cylindrical-coordinate representation of color #456E76: hue angle of 189.8º degrees, saturation: 0.26, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #456E76 is Cyan = 0.42, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB69110118-
CMYK0.420.0700.54
HSL189.8º26.2%36.67%-
HSV(B)189.8º41.53%46.27%-
XYZ11.313.7319.19-
YUV98.65138.92106.85-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 23.23%
GREEN value IS 110 (43.36% from 255) = 37.04%
BLUE value IS 118 (46.48% from 255) = 39.73%
R=23.23%
G=37.04%
B=39.73%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal691101180.420.0700.54189.826.236.67
Hex456E762A7036be1a25
Octal1051561665270662763245
Binary10001011101110111011010101011101101101011111011010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #456E76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(69,110,118); }

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

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

 a { background-color: rgb(69,110,118); }

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

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

 span { border-color: rgb(69,110,118); }

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