#48737F

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

Shades of Bismark #48737F

Tints of Bismark #48737F

Color information

#48737F (or 0x48737F) is unknown color: approx Bismark. HEX triplet: 48, 73 and 7F. RGB value is (72,115,127). Sum of RGB (Red+Green+Blue) = 72+115+127=314 (41% of max value = 765). Red value is 72 (28.52% from 255 or 22.93% from 314); Green value is 115 (45.31% from 255 or 36.62% from 314); Blue value is 127 (50% from 255 or 40.45% from 314); Max value from RGB is 127 - color contains mainly: blue. Hex color #48737F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #48737F is #B78C80. Grayscale: #676767. Windows color (decimal): -12029057 or 8352584. OLE color: 8352584.

HSL color Cylindrical-coordinate representation of color #48737F: hue angle of 193.09º 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 #48737F is Cyan = 0.43, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB72115127-
CMYK0.430.0900.50
HSL193.09º27.64%39.02%-
HSV(B)193.09º43.31%49.8%-
XYZ12.6315.1722.34-
YUV103.51141.25105.52-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 22.93%
GREEN value IS 115 (45.31% from 255) = 36.62%
BLUE value IS 127 (50% from 255) = 40.45%
R=22.93%
G=36.62%
B=40.45%

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
Decimal721151270.430.0900.50193.0927.6439.02
Hex48737F2B9032c11c27
Octal11016317753110623013447
Binary100100011100111111111101011100101100101100000111100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48737F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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