#486575

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

Shades of Bismark #486575

Tints of Bismark #486575

Color information

#486575 (or 0x486575) is unknown color: approx Bismark. HEX triplet: 48, 65 and 75. RGB value is (72,101,117). Sum of RGB (Red+Green+Blue) = 72+101+117=290 (38% of max value = 765). Red value is 72 (28.52% from 255 or 24.83% from 290); Green value is 101 (39.84% from 255 or 34.83% from 290); Blue value is 117 (46.09% from 255 or 40.34% from 290); Max value from RGB is 117 - color contains mainly: blue. Hex color #486575 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #486575 is #B79A8A. Grayscale: #5E5E5E. Windows color (decimal): -12032651 or 7693640. OLE color: 7693640.

HSL color Cylindrical-coordinate representation of color #486575: hue angle of 201.33º degrees, saturation: 0.24, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #486575 is Cyan = 0.38, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB72101117-
CMYK0.380.1400.54
HSL201.33º23.81%37.06%-
HSV(B)201.33º38.46%45.88%-
XYZ10.5411.9718.58-
YUV94.15140.89112.2-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 24.83%
GREEN value IS 101 (39.84% from 255) = 34.83%
BLUE value IS 117 (46.09% from 255) = 40.34%
R=24.83%
G=34.83%
B=40.34%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal721011170.380.1400.54201.3323.8137.06
Hex48657526E036c91825
Octal11014516546160663113045
Binary100100011001011110101100110111001101101100100111000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #486575

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #486575; }

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

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

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

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

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

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

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

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