#48717C

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

Shades of Bismark #48717C

Tints of Bismark #48717C

Color information

#48717C (or 0x48717C) is unknown color: approx Bismark. HEX triplet: 48, 71 and 7C. RGB value is (72,113,124). Sum of RGB (Red+Green+Blue) = 72+113+124=309 (40% of max value = 765). Red value is 72 (28.52% from 255 or 23.30% from 309); Green value is 113 (44.53% from 255 or 36.57% from 309); Blue value is 124 (48.83% from 255 or 40.13% from 309); Max value from RGB is 124 - color contains mainly: blue. Hex color #48717C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #48717C is #B78E83. Grayscale: #656565. Windows color (decimal): -12029572 or 8155464. OLE color: 8155464.

HSL color Cylindrical-coordinate representation of color #48717C: hue angle of 192.69º 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 #48717C is Cyan = 0.42, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB72113124-
CMYK0.420.0900.51
HSL192.69º26.53%38.43%-
HSV(B)192.69º41.94%48.63%-
XYZ12.2214.6421.25-
YUV102140.42106.61-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 23.30%
GREEN value IS 113 (44.53% from 255) = 36.57%
BLUE value IS 124 (48.83% from 255) = 40.13%
R=23.30%
G=36.57%
B=40.13%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal721131240.420.0900.51192.6926.5338.43
Hex48717C2A9033c11b26
Octal11016117452110633013346
Binary100100011100011111100101010100101100111100000111011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48717C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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