#48788A

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

Shades of Jelly Bean #48788A

Tints of Jelly Bean #48788A

Color information

#48788A (or 0x48788A) is unknown color: approx Jelly Bean. HEX triplet: 48, 78 and 8A. RGB value is (72,120,138). Sum of RGB (Red+Green+Blue) = 72+120+138=330 (43% of max value = 765). Red value is 72 (28.52% from 255 or 21.82% from 330); Green value is 120 (47.27% from 255 or 36.36% from 330); Blue value is 138 (54.30% from 255 or 41.82% from 330); Max value from RGB is 138 - color contains mainly: blue. Hex color #48788A is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #48788A is #B78775. Grayscale: #6B6B6B. Windows color (decimal): -12027766 or 9074760. OLE color: 9074760.

HSL color Cylindrical-coordinate representation of color #48788A: hue angle of 196.36º degrees, saturation: 0.31, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #48788A is Cyan = 0.48, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB72120138-
CMYK0.480.1300.46
HSL196.36º31.43%41.18%-
HSV(B)196.36º47.83%54.12%-
XYZ13.9816.6526.52-
YUV107.7145.1102.54-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 21.82%
GREEN value IS 120 (47.27% from 255) = 36.36%
BLUE value IS 138 (54.30% from 255) = 41.82%
R=21.82%
G=36.36%
B=41.82%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal721201380.480.1300.46196.3631.4341.18
Hex48788A30D02Ec41f29
Octal11017021260150563043751
Binary1001000111100010001010110000110101011101100010011111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48788A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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