#48748B

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

Shades of Jelly Bean #48748B

Tints of Jelly Bean #48748B

Color information

#48748B (or 0x48748B) is unknown color: approx Jelly Bean. HEX triplet: 48, 74 and 8B. RGB value is (72,116,139). Sum of RGB (Red+Green+Blue) = 72+116+139=327 (43% of max value = 765). Red value is 72 (28.52% from 255 or 22.02% from 327); Green value is 116 (45.70% from 255 or 35.47% from 327); Blue value is 139 (54.69% from 255 or 42.51% from 327); Max value from RGB is 139 - color contains mainly: blue. Hex color #48748B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #48748B is #B78B74. Grayscale: #696969. Windows color (decimal): -12028789 or 9139272. OLE color: 9139272.

HSL color Cylindrical-coordinate representation of color #48748B: hue angle of 200.6º 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 #48748B is Cyan = 0.48, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB72116139-
CMYK0.480.1700.45
HSL200.6º31.75%41.37%-
HSV(B)200.6º48.2%54.51%-
XYZ13.5815.7326.75-
YUV105.47146.92104.13-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 22.02%
GREEN value IS 116 (45.70% from 255) = 35.47%
BLUE value IS 139 (54.69% from 255) = 42.51%
R=22.02%
G=35.47%
B=42.51%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal721161390.480.1700.45200.631.7541.37
Hex48748B301102Dc92029
Octal11016421360210553114051
Binary100100011101001000101111000010001010110111001001100000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48748B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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