#48728B

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

Shades of Jelly Bean #48728B

Tints of Jelly Bean #48728B

Color information

#48728B (or 0x48728B) is unknown color: approx Jelly Bean. HEX triplet: 48, 72 and 8B. RGB value is (72,114,139). Sum of RGB (Red+Green+Blue) = 72+114+139=325 (43% of max value = 765). Red value is 72 (28.52% from 255 or 22.15% from 325); Green value is 114 (44.92% from 255 or 35.08% from 325); Blue value is 139 (54.69% from 255 or 42.77% from 325); Max value from RGB is 139 - color contains mainly: blue. Hex color #48728B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #48728B is #B78D74. Grayscale: #686868. Windows color (decimal): -12029301 or 9138760. OLE color: 9138760.

HSL color Cylindrical-coordinate representation of color #48728B: hue angle of 202.39º degrees, saturation: 0.32, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #48728B is Cyan = 0.48, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB72114139-
CMYK0.480.1800.45
HSL202.39º31.75%41.37%-
HSV(B)202.39º48.2%54.51%-
XYZ13.3515.2826.67-
YUV104.29147.59104.97-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 22.15%
GREEN value IS 114 (44.92% from 255) = 35.08%
BLUE value IS 139 (54.69% from 255) = 42.77%
R=22.15%
G=35.08%
B=42.77%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal721141390.480.1800.45202.3931.7541.37
Hex48728B301202Dca2029
Octal11016221360220553124051
Binary100100011100101000101111000010010010110111001010100000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48728B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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