#486573

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

Shades of Bismark #486573

Tints of Bismark #486573

Color information

#486573 (or 0x486573) is unknown color: approx Bismark. HEX triplet: 48, 65 and 73. RGB value is (72,101,115). Sum of RGB (Red+Green+Blue) = 72+101+115=288 (38% of max value = 765). Red value is 72 (28.52% from 255 or 25% from 288); Green value is 101 (39.84% from 255 or 35.07% from 288); Blue value is 115 (45.31% from 255 or 39.93% from 288); Max value from RGB is 115 - color contains mainly: blue. Hex color #486573 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #486573 is #B79A8C. Grayscale: #5D5D5D. Windows color (decimal): -12032653 or 7562568. OLE color: 7562568.

HSL color Cylindrical-coordinate representation of color #486573: hue angle of 199.53º degrees, saturation: 0.23, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #486573 is Cyan = 0.37, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB72101115-
CMYK0.370.1200.55
HSL199.53º22.99%36.67%-
HSV(B)199.53º37.39%45.1%-
XYZ10.4211.9217.97-
YUV93.92139.89112.36-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 25%
GREEN value IS 101 (39.84% from 255) = 35.07%
BLUE value IS 115 (45.31% from 255) = 39.93%
R=25%
G=35.07%
B=39.93%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal721011150.370.1200.55199.5322.9936.67
Hex48657325C037c81725
Octal11014516345140673102745
Binary100100011001011110011100101110001101111100100010111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #486573

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #486573; }

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

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

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

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

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

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

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

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