#48758B

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

Shades of Jelly Bean #48758B

Tints of Jelly Bean #48758B

Color information

#48758B (or 0x48758B) is unknown color: approx Jelly Bean. HEX triplet: 48, 75 and 8B. RGB value is (72,117,139). Sum of RGB (Red+Green+Blue) = 72+117+139=328 (43% of max value = 765). Red value is 72 (28.52% from 255 or 21.95% from 328); Green value is 117 (46.09% from 255 or 35.67% from 328); Blue value is 139 (54.69% from 255 or 42.38% from 328); Max value from RGB is 139 - color contains mainly: blue. Hex color #48758B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #48758B is #B78A74. Grayscale: #696969. Windows color (decimal): -12028533 or 9139528. OLE color: 9139528.

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

Color convert

RGB72117139-
CMYK0.480.1600.45
HSL199.7º31.75%41.37%-
HSV(B)199.7º48.2%54.51%-
XYZ13.6915.9626.79-
YUV106.05146.59103.71-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 21.95%
GREEN value IS 117 (46.09% from 255) = 35.67%
BLUE value IS 139 (54.69% from 255) = 42.38%
R=21.95%
G=35.67%
B=42.38%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal721171390.480.1600.45199.731.7541.37
Hex48758B301002Dc82029
Octal11016521360200553104051
Binary100100011101011000101111000010000010110111001000100000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48758B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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