#456876

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

Shades of Bismark #456876

Tints of Bismark #456876

Color information

#456876 (or 0x456876) is unknown color: approx Bismark. HEX triplet: 45, 68 and 76. RGB value is (69,104,118). Sum of RGB (Red+Green+Blue) = 69+104+118=291 (38% of max value = 765). Red value is 69 (27.34% from 255 or 23.71% from 291); Green value is 104 (41.02% from 255 or 35.74% from 291); Blue value is 118 (46.48% from 255 or 40.55% from 291); Max value from RGB is 118 - color contains mainly: blue. Hex color #456876 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #456876 is #BA9789. Grayscale: #5F5F5F. Windows color (decimal): -12228490 or 7759941. OLE color: 7759941.

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

Color convert

RGB69104118-
CMYK0.420.1200.54
HSL197.14º26.2%36.67%-
HSV(B)197.14º41.53%46.27%-
XYZ10.6712.4718.98-
YUV95.13140.9109.36-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 23.71%
GREEN value IS 104 (41.02% from 255) = 35.74%
BLUE value IS 118 (46.48% from 255) = 40.55%
R=23.71%
G=35.74%
B=40.55%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal691041180.420.1200.54197.1426.236.67
Hex4568762AC036c51a25
Octal10515016652140663053245
Binary100010111010001110110101010110001101101100010111010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #456876

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #456876; }

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

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

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

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

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

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

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

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