#48738B

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

Shades of Jelly Bean #48738B

Tints of Jelly Bean #48738B

Color information

#48738B (or 0x48738B) is unknown color: approx Jelly Bean. HEX triplet: 48, 73 and 8B. RGB value is (72,115,139). Sum of RGB (Red+Green+Blue) = 72+115+139=326 (43% of max value = 765). Red value is 72 (28.52% from 255 or 22.09% from 326); Green value is 115 (45.31% from 255 or 35.28% from 326); Blue value is 139 (54.69% from 255 or 42.64% from 326); Max value from RGB is 139 - color contains mainly: blue. Hex color #48738B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #48738B is #B78C74. Grayscale: #686868. Windows color (decimal): -12029045 or 9139016. OLE color: 9139016.

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

Color convert

RGB72115139-
CMYK0.480.1700.45
HSL201.49º31.75%41.37%-
HSV(B)201.49º48.2%54.51%-
XYZ13.4615.526.71-
YUV104.88147.25104.55-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 22.09%
GREEN value IS 115 (45.31% from 255) = 35.28%
BLUE value IS 139 (54.69% from 255) = 42.64%
R=22.09%
G=35.28%
B=42.64%

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
Decimal721151390.480.1700.45201.4931.7541.37
Hex48738B301102Dc92029
Octal11016321360210553114051
Binary100100011100111000101111000010001010110111001001100000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48738B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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