#457581

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

Shades of Bismark #457581

Tints of Bismark #457581

Color information

#457581 (or 0x457581) is unknown color: approx Bismark. HEX triplet: 45, 75 and 81. RGB value is (69,117,129). Sum of RGB (Red+Green+Blue) = 69+117+129=315 (41% of max value = 765). Red value is 69 (27.34% from 255 or 21.90% from 315); Green value is 117 (46.09% from 255 or 37.14% from 315); Blue value is 129 (50.78% from 255 or 40.95% from 315); Max value from RGB is 129 - color contains mainly: blue. Hex color #457581 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #457581 is #BA8A7E. Grayscale: #676767. Windows color (decimal): -12225151 or 8484165. OLE color: 8484165.

HSL color Cylindrical-coordinate representation of color #457581: hue angle of 192º degrees, saturation: 0.3, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #457581 is Cyan = 0.47, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB69117129-
CMYK0.470.0900.49
HSL192º30.3%38.82%-
HSV(B)192º46.51%50.59%-
XYZ12.7815.5723.1-
YUV104.02142.1103.02-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 21.90%
GREEN value IS 117 (46.09% from 255) = 37.14%
BLUE value IS 129 (50.78% from 255) = 40.95%
R=21.90%
G=37.14%
B=40.95%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal691171290.470.0900.4919230.338.82
Hex4575812F9031c01e27
Octal10516520157110613003647
Binary1000101111010110000001101111100101100011100000011110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #457581

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #457581; }

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

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

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

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

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

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

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

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