#486270

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

Shades of Bismark #486270

Tints of Bismark #486270

Color information

#486270 (or 0x486270) is unknown color: approx Bismark. HEX triplet: 48, 62 and 70. RGB value is (72,98,112). Sum of RGB (Red+Green+Blue) = 72+98+112=282 (37% of max value = 765). Red value is 72 (28.52% from 255 or 25.53% from 282); Green value is 98 (38.67% from 255 or 34.75% from 282); Blue value is 112 (44.14% from 255 or 39.72% from 282); Max value from RGB is 112 - color contains mainly: blue. Hex color #486270 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #486270 is #B79D8F. Grayscale: #5B5B5B. Windows color (decimal): -12033424 or 7365192. OLE color: 7365192.

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

Color convert

RGB7298112-
CMYK0.360.1300.56
HSL201º21.74%36.08%-
HSV(B)201º35.71%43.92%-
XYZ9.9611.2816.98-
YUV91.82139.39113.86-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 25.53%
GREEN value IS 98 (38.67% from 255) = 34.75%
BLUE value IS 112 (44.14% from 255) = 39.72%
R=25.53%
G=34.75%
B=39.72%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal72981120.360.1300.5620121.7436.08
Hex48627024D038c91624
Octal11014216044150703112644
Binary100100011000101110000100100110101110001100100110110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #486270

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #486270; }

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

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

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

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

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

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

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

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