#48636F

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

Shades of Bismark #48636F

Tints of Bismark #48636F

Color information

#48636F (or 0x48636F) is unknown color: approx Bismark. HEX triplet: 48, 63 and 6F. RGB value is (72,99,111). Sum of RGB (Red+Green+Blue) = 72+99+111=282 (37% of max value = 765). Red value is 72 (28.52% from 255 or 25.53% from 282); Green value is 99 (39.06% from 255 or 35.11% from 282); Blue value is 111 (43.75% from 255 or 39.36% from 282); Max value from RGB is 111 - color contains mainly: blue. Hex color #48636F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #48636F is #B79C90. Grayscale: #5C5C5C. Windows color (decimal): -12033169 or 7299912. OLE color: 7299912.

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

Color convert

RGB7299111-
CMYK0.350.1100.56
HSL198.46º21.31%35.88%-
HSV(B)198.46º35.14%43.53%-
XYZ1011.4516.72-
YUV92.29138.55113.52-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 25.53%
GREEN value IS 99 (39.06% from 255) = 35.11%
BLUE value IS 111 (43.75% from 255) = 39.36%
R=25.53%
G=35.11%
B=39.36%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal72991110.350.1100.56198.4621.3135.88
Hex48636F23B038c61524
Octal11014315743130703062544
Binary100100011000111101111100011101101110001100011010101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48636F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #48636F; }

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

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

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

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

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

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

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

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