#457580

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

Shades of Bismark #457580

Tints of Bismark #457580

Color information

#457580 (or 0x457580) is unknown color: approx Bismark. HEX triplet: 45, 75 and 80. RGB value is (69,117,128). Sum of RGB (Red+Green+Blue) = 69+117+128=314 (41% of max value = 765). Red value is 69 (27.34% from 255 or 21.97% from 314); Green value is 117 (46.09% from 255 or 37.26% from 314); Blue value is 128 (50.39% from 255 or 40.76% from 314); Max value from RGB is 128 - color contains mainly: blue. Hex color #457580 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #457580 is #BA8A7F. Grayscale: #676767. Windows color (decimal): -12225152 or 8418629. OLE color: 8418629.

HSL color Cylindrical-coordinate representation of color #457580: hue angle of 191.19º 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 #457580 is Cyan = 0.46, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB69117128-
CMYK0.460.0900.50
HSL191.19º29.95%38.63%-
HSV(B)191.19º46.09%50.2%-
XYZ12.7115.5522.75-
YUV103.9141.6103.11-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 21.97%
GREEN value IS 117 (46.09% from 255) = 37.26%
BLUE value IS 128 (50.39% from 255) = 40.76%
R=21.97%
G=37.26%
B=40.76%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal691171280.460.0900.50191.1929.9538.63
Hex4575802E9032bf1e27
Octal10516520056110622773647
Binary1000101111010110000000101110100101100101011111111110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #457580

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #457580; }

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

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

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

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

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

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

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

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