#456476

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

Shades of Bismark #456476

Tints of Bismark #456476

Color information

#456476 (or 0x456476) is unknown color: approx Bismark. HEX triplet: 45, 64 and 76. RGB value is (69,100,118). Sum of RGB (Red+Green+Blue) = 69+100+118=287 (38% of max value = 765). Red value is 69 (27.34% from 255 or 24.04% from 287); Green value is 100 (39.45% from 255 or 34.84% from 287); Blue value is 118 (46.48% from 255 or 41.11% from 287); Max value from RGB is 118 - color contains mainly: blue. Hex color #456476 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #456476 is #BA9B89. Grayscale: #5C5C5C. Windows color (decimal): -12229514 or 7758917. OLE color: 7758917.

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

Color convert

RGB69100118-
CMYK0.420.1500.54
HSL202.04º26.2%36.67%-
HSV(B)202.04º41.53%46.27%-
XYZ10.2811.6918.85-
YUV92.78142.23111.04-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 24.04%
GREEN value IS 100 (39.45% from 255) = 34.84%
BLUE value IS 118 (46.48% from 255) = 41.11%
R=24.04%
G=34.84%
B=41.11%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal691001180.420.1500.54202.0426.236.67
Hex4564762AF036ca1a25
Octal10514416652170663123245
Binary100010111001001110110101010111101101101100101011010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #456476

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #456476; }

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

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

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

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

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

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

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

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