#456676

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

Shades of Bismark #456676

Tints of Bismark #456676

Color information

#456676 (or 0x456676) is unknown color: approx Bismark. HEX triplet: 45, 66 and 76. RGB value is (69,102,118). Sum of RGB (Red+Green+Blue) = 69+102+118=289 (38% of max value = 765). Red value is 69 (27.34% from 255 or 23.88% from 289); Green value is 102 (40.23% from 255 or 35.29% from 289); Blue value is 118 (46.48% from 255 or 40.83% from 289); Max value from RGB is 118 - color contains mainly: blue. Hex color #456676 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #456676 is #BA9989. Grayscale: #5D5D5D. Windows color (decimal): -12229002 or 7759429. OLE color: 7759429.

HSL color Cylindrical-coordinate representation of color #456676: hue angle of 199.59º 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 #456676 is Cyan = 0.42, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB69102118-
CMYK0.420.1400.54
HSL199.59º26.2%36.67%-
HSV(B)199.59º41.53%46.27%-
XYZ10.4812.0818.92-
YUV93.96141.57110.2-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 23.88%
GREEN value IS 102 (40.23% from 255) = 35.29%
BLUE value IS 118 (46.48% from 255) = 40.83%
R=23.88%
G=35.29%
B=40.83%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal691021180.420.1400.54199.5926.236.67
Hex4566762AE036c81a25
Octal10514616652160663103245
Binary100010111001101110110101010111001101101100100011010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #456676

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #456676; }

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

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

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

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

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

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

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

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