#48768D

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

Shades of Jelly Bean #48768D

Tints of Jelly Bean #48768D

Color information

#48768D (or 0x48768D) is unknown color: approx Jelly Bean. HEX triplet: 48, 76 and 8D. RGB value is (72,118,141). Sum of RGB (Red+Green+Blue) = 72+118+141=331 (43% of max value = 765). Red value is 72 (28.52% from 255 or 21.75% from 331); Green value is 118 (46.48% from 255 or 35.65% from 331); Blue value is 141 (55.47% from 255 or 42.60% from 331); Max value from RGB is 141 - color contains mainly: blue. Hex color #48768D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #48768D is #B78972. Grayscale: #6A6A6A. Windows color (decimal): -12028275 or 9270856. OLE color: 9270856.

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

Color convert

RGB72118141-
CMYK0.490.1600.45
HSL200º32.39%41.76%-
HSV(B)200º48.94%55.29%-
XYZ13.9616.2627.6-
YUV106.87147.26103.13-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 21.75%
GREEN value IS 118 (46.48% from 255) = 35.65%
BLUE value IS 141 (55.47% from 255) = 42.60%
R=21.75%
G=35.65%
B=42.60%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal721181410.490.1600.4520032.3941.76
Hex48768D311002Dc8202a
Octal11016621561200553104052
Binary100100011101101000110111000110000010110111001000100000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48768D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #48768D; }

 p { color: rgb(72,118,141); }

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

<style>
 a { background-color: #48768D; }

 a { background-color: rgb(72,118,141); }

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

<style>
 span { border-color: #48768D; }

 span { border-color: rgb(72,118,141); }

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