#457080

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

Shades of Bismark #457080

Tints of Bismark #457080

Color information

#457080 (or 0x457080) is unknown color: approx Bismark. HEX triplet: 45, 70 and 80. RGB value is (69,112,128). Sum of RGB (Red+Green+Blue) = 69+112+128=309 (40% of max value = 765). Red value is 69 (27.34% from 255 or 22.33% from 309); Green value is 112 (44.14% from 255 or 36.25% from 309); Blue value is 128 (50.39% from 255 or 41.42% from 309); Max value from RGB is 128 - color contains mainly: blue. Hex color #457080 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #457080 is #BA8F7F. Grayscale: #646464. Windows color (decimal): -12226432 or 8417349. OLE color: 8417349.

HSL color Cylindrical-coordinate representation of color #457080: hue angle of 196.27º degrees, saturation: 0.3, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #457080 is Cyan = 0.46, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB69112128-
CMYK0.460.1200.50
HSL196.27º29.95%38.63%-
HSV(B)196.27º46.09%50.2%-
XYZ12.1414.4122.56-
YUV100.97143.25105.2-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 22.33%
GREEN value IS 112 (44.14% from 255) = 36.25%
BLUE value IS 128 (50.39% from 255) = 41.42%
R=22.33%
G=36.25%
B=41.42%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal691121280.460.1200.50196.2729.9538.63
Hex4570802EC032c41e27
Octal10516020056140623043647
Binary1000101111000010000000101110110001100101100010011110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #457080

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #457080; }

 p { color: rgb(69,112,128); }

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

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

 a { background-color: rgb(69,112,128); }

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

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

 span { border-color: rgb(69,112,128); }

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