#48747F

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

Shades of Bismark #48747F

Tints of Bismark #48747F

Color information

#48747F (or 0x48747F) is unknown color: approx Bismark. HEX triplet: 48, 74 and 7F. RGB value is (72,116,127). Sum of RGB (Red+Green+Blue) = 72+116+127=315 (41% of max value = 765). Red value is 72 (28.52% from 255 or 22.86% from 315); Green value is 116 (45.70% from 255 or 36.83% from 315); Blue value is 127 (50% from 255 or 40.32% from 315); Max value from RGB is 127 - color contains mainly: blue. Hex color #48747F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #48747F is #B78B80. Grayscale: #686868. Windows color (decimal): -12028801 or 8352840. OLE color: 8352840.

HSL color Cylindrical-coordinate representation of color #48747F: hue angle of 192º degrees, saturation: 0.28, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #48747F is Cyan = 0.43, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB72116127-
CMYK0.430.0900.50
HSL192º27.64%39.02%-
HSV(B)192º43.31%49.8%-
XYZ12.7515.422.38-
YUV104.1140.92105.11-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 22.86%
GREEN value IS 116 (45.70% from 255) = 36.83%
BLUE value IS 127 (50% from 255) = 40.32%
R=22.86%
G=36.83%
B=40.32%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal721161270.430.0900.5019227.6439.02
Hex48747F2B9032c01c27
Octal11016417753110623003447
Binary100100011101001111111101011100101100101100000011100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48747F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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