#486272

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

Shades of Bismark #486272

Tints of Bismark #486272

Color information

#486272 (or 0x486272) is unknown color: approx Bismark. HEX triplet: 48, 62 and 72. RGB value is (72,98,114). Sum of RGB (Red+Green+Blue) = 72+98+114=284 (37% of max value = 765). Red value is 72 (28.52% from 255 or 25.35% from 284); Green value is 98 (38.67% from 255 or 34.51% from 284); Blue value is 114 (44.92% from 255 or 40.14% from 284); Max value from RGB is 114 - color contains mainly: blue. Hex color #486272 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #486272 is #B79D8D. Grayscale: #5B5B5B. Windows color (decimal): -12033422 or 7496264. OLE color: 7496264.

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

Color convert

RGB7298114-
CMYK0.370.1400.55
HSL202.86º22.58%36.47%-
HSV(B)202.86º36.84%44.71%-
XYZ10.0811.3317.57-
YUV92.05140.39113.7-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 25.35%
GREEN value IS 98 (38.67% from 255) = 34.51%
BLUE value IS 114 (44.92% from 255) = 40.14%
R=25.35%
G=34.51%
B=40.14%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal72981140.370.1400.55202.8622.5836.47
Hex48627225E037cb1724
Octal11014216245160673132744
Binary100100011000101110010100101111001101111100101110111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #486272

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #486272; }

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

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

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

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

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

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

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

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