#456376

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

Shades of Bismark #456376

Tints of Bismark #456376

Color information

#456376 (or 0x456376) is unknown color: approx Bismark. HEX triplet: 45, 63 and 76. RGB value is (69,99,118). Sum of RGB (Red+Green+Blue) = 69+99+118=286 (37% of max value = 765). Red value is 69 (27.34% from 255 or 24.13% from 286); Green value is 99 (39.06% from 255 or 34.62% from 286); Blue value is 118 (46.48% from 255 or 41.26% from 286); Max value from RGB is 118 - color contains mainly: blue. Hex color #456376 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #456376 is #BA9C89. Grayscale: #5C5C5C. Windows color (decimal): -12229770 or 7758661. OLE color: 7758661.

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

Color convert

RGB6999118-
CMYK0.420.1600.54
HSL203.27º26.2%36.67%-
HSV(B)203.27º41.53%46.27%-
XYZ10.1911.518.82-
YUV92.2142.56111.46-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 24.13%
GREEN value IS 99 (39.06% from 255) = 34.62%
BLUE value IS 118 (46.48% from 255) = 41.26%
R=24.13%
G=34.62%
B=41.26%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal69991180.420.1600.54203.2726.236.67
Hex4563762A10036cb1a25
Octal10514316652200663133245
Binary1000101110001111101101010101000001101101100101111010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #456376

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #456376; }

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

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

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

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

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

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

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

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