#48687B

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

Shades of Bismark #48687B

Tints of Bismark #48687B

Color information

#48687B (or 0x48687B) is unknown color: approx Bismark. HEX triplet: 48, 68 and 7B. RGB value is (72,104,123). Sum of RGB (Red+Green+Blue) = 72+104+123=299 (39% of max value = 765). Red value is 72 (28.52% from 255 or 24.08% from 299); Green value is 104 (41.02% from 255 or 34.78% from 299); Blue value is 123 (48.44% from 255 or 41.14% from 299); Max value from RGB is 123 - color contains mainly: blue. Hex color #48687B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #48687B is #B79784. Grayscale: #606060. Windows color (decimal): -12031877 or 8087624. OLE color: 8087624.

HSL color Cylindrical-coordinate representation of color #48687B: hue angle of 202.35º 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 #48687B is Cyan = 0.41, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB72104123-
CMYK0.410.1500.52
HSL202.35º26.15%38.24%-
HSV(B)202.35º41.46%48.24%-
XYZ11.212.7120.6-
YUV96.6142.9110.46-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 24.08%
GREEN value IS 104 (41.02% from 255) = 34.78%
BLUE value IS 123 (48.44% from 255) = 41.14%
R=24.08%
G=34.78%
B=41.14%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal721041230.410.1500.52202.3526.1538.24
Hex48687B29F034ca1a26
Octal11015017351170643123246
Binary100100011010001111011101001111101101001100101011010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48687B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #48687B; }

 p { color: rgb(72,104,123); }

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

<style>
 a { background-color: #48687B; }

 a { background-color: rgb(72,104,123); }

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

<style>
 span { border-color: #48687B; }

 span { border-color: rgb(72,104,123); }

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