#48727B

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

Shades of Bismark #48727B

Tints of Bismark #48727B

Color information

#48727B (or 0x48727B) is unknown color: approx Bismark. HEX triplet: 48, 72 and 7B. RGB value is (72,114,123). Sum of RGB (Red+Green+Blue) = 72+114+123=309 (40% of max value = 765). Red value is 72 (28.52% from 255 or 23.30% from 309); Green value is 114 (44.92% from 255 or 36.89% from 309); Blue value is 123 (48.44% from 255 or 39.81% from 309); Max value from RGB is 123 - color contains mainly: blue. Hex color #48727B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #48727B is #B78D84. Grayscale: #666666. Windows color (decimal): -12029317 or 8090184. OLE color: 8090184.

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

Color convert

RGB72114123-
CMYK0.410.0700.52
HSL190.59º26.15%38.24%-
HSV(B)190.59º41.46%48.24%-
XYZ12.2614.8420.96-
YUV102.47139.59106.27-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 23.30%
GREEN value IS 114 (44.92% from 255) = 36.89%
BLUE value IS 123 (48.44% from 255) = 39.81%
R=23.30%
G=36.89%
B=39.81%

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
Decimal721141230.410.0700.52190.5926.1538.24
Hex48727B297034bf1a26
Octal1101621735170642773246
Binary10010001110010111101110100111101101001011111111010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48727B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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