#48738A

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

Shades of Jelly Bean #48738A

Tints of Jelly Bean #48738A

Color information

#48738A (or 0x48738A) is unknown color: approx Jelly Bean. HEX triplet: 48, 73 and 8A. RGB value is (72,115,138). Sum of RGB (Red+Green+Blue) = 72+115+138=325 (43% of max value = 765). Red value is 72 (28.52% from 255 or 22.15% from 325); Green value is 115 (45.31% from 255 or 35.38% from 325); Blue value is 138 (54.30% from 255 or 42.46% from 325); Max value from RGB is 138 - color contains mainly: blue. Hex color #48738A is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #48738A is #B78C75. Grayscale: #686868. Windows color (decimal): -12029046 or 9073480. OLE color: 9073480.

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

Color convert

RGB72115138-
CMYK0.480.1700.46
HSL200.91º31.43%41.18%-
HSV(B)200.91º47.83%54.12%-
XYZ13.3915.4726.33-
YUV104.76146.75104.63-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 22.15%
GREEN value IS 115 (45.31% from 255) = 35.38%
BLUE value IS 138 (54.30% from 255) = 42.46%
R=22.15%
G=35.38%
B=42.46%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal721151380.480.1700.46200.9131.4341.18
Hex48738A301102Ec91f29
Octal11016321260210563113751
Binary10010001110011100010101100001000101011101100100111111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48738A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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