#487381

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

Shades of Bismark #487381

Tints of Bismark #487381

Color information

#487381 (or 0x487381) is unknown color: approx Bismark. HEX triplet: 48, 73 and 81. RGB value is (72,115,129). Sum of RGB (Red+Green+Blue) = 72+115+129=316 (41% of max value = 765). Red value is 72 (28.52% from 255 or 22.78% from 316); Green value is 115 (45.31% from 255 or 36.39% from 316); Blue value is 129 (50.78% from 255 or 40.82% from 316); Max value from RGB is 129 - color contains mainly: blue. Hex color #487381 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #487381 is #B78C7E. Grayscale: #676767. Windows color (decimal): -12029055 or 8483656. OLE color: 8483656.

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

Color convert

RGB72115129-
CMYK0.440.1100.49
HSL194.74º28.36%39.41%-
HSV(B)194.74º44.19%50.59%-
XYZ12.7715.2223.03-
YUV103.74142.25105.36-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 22.78%
GREEN value IS 115 (45.31% from 255) = 36.39%
BLUE value IS 129 (50.78% from 255) = 40.82%
R=22.78%
G=36.39%
B=40.82%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal721151290.440.1100.49194.7428.3639.41
Hex4873812CB031c31c27
Octal11016320154130613033447
Binary1001000111001110000001101100101101100011100001111100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #487381

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #487381; }

 p { color: rgb(72,115,129); }

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

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

 a { background-color: rgb(72,115,129); }

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

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

 span { border-color: rgb(72,115,129); }

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