#487682

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

Shades of Bismark #487682

Tints of Bismark #487682

Color information

#487682 (or 0x487682) is unknown color: approx Bismark. HEX triplet: 48, 76 and 82. RGB value is (72,118,130). Sum of RGB (Red+Green+Blue) = 72+118+130=320 (42% of max value = 765). Red value is 72 (28.52% from 255 or 22.5% from 320); Green value is 118 (46.48% from 255 or 36.88% from 320); Blue value is 130 (51.17% from 255 or 40.62% from 320); Max value from RGB is 130 - color contains mainly: blue. Hex color #487682 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #487682 is #B7897D. Grayscale: #696969. Windows color (decimal): -12028286 or 8549960. OLE color: 8549960.

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

Color convert

RGB72118130-
CMYK0.450.0900.49
HSL192.41º28.71%39.61%-
HSV(B)192.41º44.62%50.98%-
XYZ13.1815.9523.5-
YUV105.61141.76104.02-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 22.5%
GREEN value IS 118 (46.48% from 255) = 36.88%
BLUE value IS 130 (51.17% from 255) = 40.62%
R=22.5%
G=36.88%
B=40.62%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal721181300.450.0900.49192.4128.7139.61
Hex4876822D9031c01d28
Octal11016620255110613003550
Binary1001000111011010000010101101100101100011100000011101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #487682

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #487682; }

 p { color: rgb(72,118,130); }

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

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

 a { background-color: rgb(72,118,130); }

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

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

 span { border-color: rgb(72,118,130); }

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