#456E77

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

Shades of Bismark #456E77

Tints of Bismark #456E77

Color information

#456E77 (or 0x456E77) is unknown color: approx Bismark. HEX triplet: 45, 6E and 77. RGB value is (69,110,119). Sum of RGB (Red+Green+Blue) = 69+110+119=298 (39% of max value = 765). Red value is 69 (27.34% from 255 or 23.15% from 298); Green value is 110 (43.36% from 255 or 36.91% from 298); Blue value is 119 (46.88% from 255 or 39.93% from 298); Max value from RGB is 119 - color contains mainly: blue. Hex color #456E77 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #456E77 is #BA9188. Grayscale: #626262. Windows color (decimal): -12226953 or 7827013. OLE color: 7827013.

HSL color Cylindrical-coordinate representation of color #456E77: hue angle of 190.8º degrees, saturation: 0.27, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #456E77 is Cyan = 0.42, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB69110119-
CMYK0.420.0800.53
HSL190.8º26.6%36.86%-
HSV(B)190.8º42.02%46.67%-
XYZ11.3613.7519.51-
YUV98.77139.42106.77-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 23.15%
GREEN value IS 110 (43.36% from 255) = 36.91%
BLUE value IS 119 (46.88% from 255) = 39.93%
R=23.15%
G=36.91%
B=39.93%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal691101190.420.0800.53190.826.636.86
Hex456E772A8035bf1b25
Octal10515616752100652773345
Binary100010111011101110111101010100001101011011111111011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #456E77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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