#48747C

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

Shades of Bismark #48747C

Tints of Bismark #48747C

Color information

#48747C (or 0x48747C) is unknown color: approx Bismark. HEX triplet: 48, 74 and 7C. RGB value is (72,116,124). Sum of RGB (Red+Green+Blue) = 72+116+124=312 (41% of max value = 765). Red value is 72 (28.52% from 255 or 23.08% from 312); Green value is 116 (45.70% from 255 or 37.18% from 312); Blue value is 124 (48.83% from 255 or 39.74% from 312); Max value from RGB is 124 - color contains mainly: blue. Hex color #48747C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #48747C is #B78B83. Grayscale: #676767. Windows color (decimal): -12028804 or 8156232. OLE color: 8156232.

HSL color Cylindrical-coordinate representation of color #48747C: hue angle of 189.23º degrees, saturation: 0.27, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #48747C is Cyan = 0.42, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB72116124-
CMYK0.420.0600.51
HSL189.23º26.53%38.43%-
HSV(B)189.23º41.94%48.63%-
XYZ12.5615.3221.36-
YUV103.76139.42105.35-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 23.08%
GREEN value IS 116 (45.70% from 255) = 37.18%
BLUE value IS 124 (48.83% from 255) = 39.74%
R=23.08%
G=37.18%
B=39.74%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal721161240.420.0600.51189.2326.5338.43
Hex48747C2A6033bd1b26
Octal1101641745260632753346
Binary10010001110100111110010101011001100111011110111011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48747C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #48747C; }

 p { color: rgb(72,116,124); }

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

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

 a { background-color: rgb(72,116,124); }

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

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

 span { border-color: rgb(72,116,124); }

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