#486570

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

Shades of Bismark #486570

Tints of Bismark #486570

Color information

#486570 (or 0x486570) is unknown color: approx Bismark. HEX triplet: 48, 65 and 70. RGB value is (72,101,112). Sum of RGB (Red+Green+Blue) = 72+101+112=285 (37% of max value = 765). Red value is 72 (28.52% from 255 or 25.26% from 285); Green value is 101 (39.84% from 255 or 35.44% from 285); Blue value is 112 (44.14% from 255 or 39.30% from 285); Max value from RGB is 112 - color contains mainly: blue. Hex color #486570 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #486570 is #B79A8F. Grayscale: #5D5D5D. Windows color (decimal): -12032656 or 7365960. OLE color: 7365960.

HSL color Cylindrical-coordinate representation of color #486570: hue angle of 196.5º degrees, saturation: 0.22, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #486570 is Cyan = 0.36, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB72101112-
CMYK0.360.1000.56
HSL196.5º21.74%36.08%-
HSV(B)196.5º35.71%43.92%-
XYZ10.2511.8517.08-
YUV93.58138.39112.61-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 25.26%
GREEN value IS 101 (39.84% from 255) = 35.44%
BLUE value IS 112 (44.14% from 255) = 39.30%
R=25.26%
G=35.44%
B=39.30%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal721011120.360.1000.56196.521.7436.08
Hex48657024A038c41624
Octal11014516044120703042644
Binary100100011001011110000100100101001110001100010010110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #486570

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #486570; }

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

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

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

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

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

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

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

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