#486370

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

Shades of Bismark #486370

Tints of Bismark #486370

Color information

#486370 (or 0x486370) is unknown color: approx Bismark. HEX triplet: 48, 63 and 70. RGB value is (72,99,112). Sum of RGB (Red+Green+Blue) = 72+99+112=283 (37% of max value = 765). Red value is 72 (28.52% from 255 or 25.44% from 283); Green value is 99 (39.06% from 255 or 34.98% from 283); Blue value is 112 (44.14% from 255 or 39.58% from 283); Max value from RGB is 112 - color contains mainly: blue. Hex color #486370 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #486370 is #B79C8F. Grayscale: #5C5C5C. Windows color (decimal): -12033168 or 7365448. OLE color: 7365448.

HSL color Cylindrical-coordinate representation of color #486370: hue angle of 199.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 #486370 is Cyan = 0.36, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB7299112-
CMYK0.360.1200.56
HSL199.5º21.74%36.08%-
HSV(B)199.5º35.71%43.92%-
XYZ10.0611.4717.01-
YUV92.41139.05113.44-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 25.44%
GREEN value IS 99 (39.06% from 255) = 34.98%
BLUE value IS 112 (44.14% from 255) = 39.58%
R=25.44%
G=34.98%
B=39.58%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal72991120.360.1200.56199.521.7436.08
Hex48637024C038c81624
Octal11014316044140703102644
Binary100100011000111110000100100110001110001100100010110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #486370

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #486370; }

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

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

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

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

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

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

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

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