#486372

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

Shades of Bismark #486372

Tints of Bismark #486372

Color information

#486372 (or 0x486372) is unknown color: approx Bismark. HEX triplet: 48, 63 and 72. RGB value is (72,99,114). Sum of RGB (Red+Green+Blue) = 72+99+114=285 (37% of max value = 765). Red value is 72 (28.52% from 255 or 25.26% from 285); Green value is 99 (39.06% from 255 or 34.74% from 285); Blue value is 114 (44.92% from 255 or 40% from 285); Max value from RGB is 114 - color contains mainly: blue. Hex color #486372 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #486372 is #B79C8D. Grayscale: #5C5C5C. Windows color (decimal): -12033166 or 7496520. OLE color: 7496520.

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

Color convert

RGB7299114-
CMYK0.370.1300.55
HSL201.43º22.58%36.47%-
HSV(B)201.43º36.84%44.71%-
XYZ10.1711.5217.61-
YUV92.64140.05113.28-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 25.26%
GREEN value IS 99 (39.06% from 255) = 34.74%
BLUE value IS 114 (44.92% from 255) = 40%
R=25.26%
G=34.74%
B=40%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal72991140.370.1300.55201.4322.5836.47
Hex48637225D037c91724
Octal11014316245150673112744
Binary100100011000111110010100101110101101111100100110111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #486372

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #486372; }

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

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

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

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

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

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

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

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