#48717A

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

Shades of Bismark #48717A

Tints of Bismark #48717A

Color information

#48717A (or 0x48717A) is unknown color: approx Bismark. HEX triplet: 48, 71 and 7A. RGB value is (72,113,122). Sum of RGB (Red+Green+Blue) = 72+113+122=307 (40% of max value = 765). Red value is 72 (28.52% from 255 or 23.45% from 307); Green value is 113 (44.53% from 255 or 36.81% from 307); Blue value is 122 (48.05% from 255 or 39.74% from 307); Max value from RGB is 122 - color contains mainly: blue. Hex color #48717A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #48717A is #B78E85. Grayscale: #656565. Windows color (decimal): -12029574 or 8024392. OLE color: 8024392.

HSL color Cylindrical-coordinate representation of color #48717A: hue angle of 190.8º degrees, saturation: 0.26, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #48717A is Cyan = 0.41, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB72113122-
CMYK0.410.0700.52
HSL190.8º25.77%38.04%-
HSV(B)190.8º40.98%47.84%-
XYZ12.0914.5920.59-
YUV101.77139.42106.77-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 23.45%
GREEN value IS 113 (44.53% from 255) = 36.81%
BLUE value IS 122 (48.05% from 255) = 39.74%
R=23.45%
G=36.81%
B=39.74%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal721131220.410.0700.52190.825.7738.04
Hex48717A297034bf1a26
Octal1101611725170642773246
Binary10010001110001111101010100111101101001011111111010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48717A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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