#487580

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

Shades of Bismark #487580

Tints of Bismark #487580

Color information

#487580 (or 0x487580) is unknown color: approx Bismark. HEX triplet: 48, 75 and 80. RGB value is (72,117,128). Sum of RGB (Red+Green+Blue) = 72+117+128=317 (41% of max value = 765). Red value is 72 (28.52% from 255 or 22.71% from 317); Green value is 117 (46.09% from 255 or 36.91% from 317); Blue value is 128 (50.39% from 255 or 40.38% from 317); Max value from RGB is 128 - color contains mainly: blue. Hex color #487580 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #487580 is #B78A7F. Grayscale: #686868. Windows color (decimal): -12028544 or 8418632. OLE color: 8418632.

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

Color convert

RGB72117128-
CMYK0.440.0900.50
HSL191.79º28%39.22%-
HSV(B)191.79º43.75%50.2%-
XYZ12.9315.6622.76-
YUV104.8141.09104.61-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 22.71%
GREEN value IS 117 (46.09% from 255) = 36.91%
BLUE value IS 128 (50.39% from 255) = 40.38%
R=22.71%
G=36.91%
B=40.38%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal721171280.440.0900.50191.792839.22
Hex4875802C9032c01c27
Octal11016520054110623003447
Binary1001000111010110000000101100100101100101100000011100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #487580

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #487580; }

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

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

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

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

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

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

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

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