#48768F

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

Shades of Jelly Bean #48768F

Tints of Jelly Bean #48768F

Color information

#48768F (or 0x48768F) is unknown color: approx Jelly Bean. HEX triplet: 48, 76 and 8F. RGB value is (72,118,143). Sum of RGB (Red+Green+Blue) = 72+118+143=333 (44% of max value = 765). Red value is 72 (28.52% from 255 or 21.62% from 333); Green value is 118 (46.48% from 255 or 35.44% from 333); Blue value is 143 (56.25% from 255 or 42.94% from 333); Max value from RGB is 143 - color contains mainly: blue. Hex color #48768F is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #48768F is #B78970. Grayscale: #6A6A6A. Windows color (decimal): -12028273 or 9401928. OLE color: 9401928.

HSL color Cylindrical-coordinate representation of color #48768F: hue angle of 201.13º degrees, saturation: 0.33, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #48768F is Cyan = 0.50, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB72118143-
CMYK0.500.1700.44
HSL201.13º33.02%42.16%-
HSV(B)201.13º49.65%56.08%-
XYZ14.1116.3228.39-
YUV107.1148.26102.97-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 21.62%
GREEN value IS 118 (46.48% from 255) = 35.44%
BLUE value IS 143 (56.25% from 255) = 42.94%
R=21.62%
G=35.44%
B=42.94%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal721181430.500.1700.44201.1333.0242.16
Hex48768F321102Cc9212a
Octal11016621762210543114152
Binary100100011101101000111111001010001010110011001001100001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48768F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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