#48748C

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

Shades of Jelly Bean #48748C

Tints of Jelly Bean #48748C

Color information

#48748C (or 0x48748C) is unknown color: approx Jelly Bean. HEX triplet: 48, 74 and 8C. RGB value is (72,116,140). Sum of RGB (Red+Green+Blue) = 72+116+140=328 (43% of max value = 765). Red value is 72 (28.52% from 255 or 21.95% from 328); Green value is 116 (45.70% from 255 or 35.37% from 328); Blue value is 140 (55.08% from 255 or 42.68% from 328); Max value from RGB is 140 - color contains mainly: blue. Hex color #48748C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #48748C is #B78B73. Grayscale: #696969. Windows color (decimal): -12028788 or 9204808. OLE color: 9204808.

HSL color Cylindrical-coordinate representation of color #48748C: hue angle of 201.18º degrees, saturation: 0.32, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #48748C is Cyan = 0.49, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB72116140-
CMYK0.490.1700.45
HSL201.18º32.08%41.57%-
HSV(B)201.18º48.57%54.9%-
XYZ13.6515.7627.13-
YUV105.58147.42104.05-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 21.95%
GREEN value IS 116 (45.70% from 255) = 35.37%
BLUE value IS 140 (55.08% from 255) = 42.68%
R=21.95%
G=35.37%
B=42.68%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal721161400.490.1700.45201.1832.0841.57
Hex48748C311102Dc9202a
Octal11016421461210553114052
Binary100100011101001000110011000110001010110111001001100000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48748C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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