#48727F

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

Shades of Bismark #48727F

Tints of Bismark #48727F

Color information

#48727F (or 0x48727F) is unknown color: approx Bismark. HEX triplet: 48, 72 and 7F. RGB value is (72,114,127). Sum of RGB (Red+Green+Blue) = 72+114+127=313 (41% of max value = 765). Red value is 72 (28.52% from 255 or 23.00% from 313); Green value is 114 (44.92% from 255 or 36.42% from 313); Blue value is 127 (50% from 255 or 40.58% from 313); Max value from RGB is 127 - color contains mainly: blue. Hex color #48727F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #48727F is #B78D80. Grayscale: #666666. Windows color (decimal): -12029313 or 8352328. OLE color: 8352328.

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

Color convert

RGB72114127-
CMYK0.430.1000.50
HSL194.18º27.64%39.02%-
HSV(B)194.18º43.31%49.8%-
XYZ12.5214.9422.3-
YUV102.92141.59105.94-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 23.00%
GREEN value IS 114 (44.92% from 255) = 36.42%
BLUE value IS 127 (50% from 255) = 40.58%
R=23.00%
G=36.42%
B=40.58%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal721141270.430.1000.50194.1827.6439.02
Hex48727F2BA032c21c27
Octal11016217753120623023447
Binary100100011100101111111101011101001100101100001011100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48727F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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