#456477

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

Shades of Bismark #456477

Tints of Bismark #456477

Color information

#456477 (or 0x456477) is unknown color: approx Bismark. HEX triplet: 45, 64 and 77. RGB value is (69,100,119). Sum of RGB (Red+Green+Blue) = 69+100+119=288 (38% of max value = 765). Red value is 69 (27.34% from 255 or 23.96% from 288); Green value is 100 (39.45% from 255 or 34.72% from 288); Blue value is 119 (46.88% from 255 or 41.32% from 288); Max value from RGB is 119 - color contains mainly: blue. Hex color #456477 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #456477 is #BA9B88. Grayscale: #5C5C5C. Windows color (decimal): -12229513 or 7824453. OLE color: 7824453.

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

Color convert

RGB69100119-
CMYK0.420.1600.53
HSL202.8º26.6%36.86%-
HSV(B)202.8º42.02%46.67%-
XYZ10.3411.7119.17-
YUV92.9142.73110.96-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 23.96%
GREEN value IS 100 (39.45% from 255) = 34.72%
BLUE value IS 119 (46.88% from 255) = 41.32%
R=23.96%
G=34.72%
B=41.32%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal691001190.420.1600.53202.826.636.86
Hex4564772A10035cb1b25
Octal10514416752200653133345
Binary1000101110010011101111010101000001101011100101111011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #456477

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #456477; }

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

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

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

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

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

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

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

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