#48788B

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

Shades of Jelly Bean #48788B

Tints of Jelly Bean #48788B

Color information

#48788B (or 0x48788B) is unknown color: approx Jelly Bean. HEX triplet: 48, 78 and 8B. RGB value is (72,120,139). Sum of RGB (Red+Green+Blue) = 72+120+139=331 (43% of max value = 765). Red value is 72 (28.52% from 255 or 21.75% from 331); Green value is 120 (47.27% from 255 or 36.25% from 331); Blue value is 139 (54.69% from 255 or 41.99% from 331); Max value from RGB is 139 - color contains mainly: blue. Hex color #48788B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #48788B is #B78774. Grayscale: #6B6B6B. Windows color (decimal): -12027765 or 9140296. OLE color: 9140296.

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

Color convert

RGB72120139-
CMYK0.480.1400.45
HSL197.01º31.75%41.37%-
HSV(B)197.01º48.2%54.51%-
XYZ14.0516.6726.9-
YUV107.81145.6102.46-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 21.75%
GREEN value IS 120 (47.27% from 255) = 36.25%
BLUE value IS 139 (54.69% from 255) = 41.99%
R=21.75%
G=36.25%
B=41.99%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal721201390.480.1400.45197.0131.7541.37
Hex48788B30E02Dc52029
Octal11017021360160553054051
Binary10010001111000100010111100001110010110111000101100000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48788B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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