#48768E

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

Shades of Jelly Bean #48768E

Tints of Jelly Bean #48768E

Color information

#48768E (or 0x48768E) is unknown color: approx Jelly Bean. HEX triplet: 48, 76 and 8E. RGB value is (72,118,142). Sum of RGB (Red+Green+Blue) = 72+118+142=332 (43% of max value = 765). Red value is 72 (28.52% from 255 or 21.69% from 332); Green value is 118 (46.48% from 255 or 35.54% from 332); Blue value is 142 (55.86% from 255 or 42.77% from 332); Max value from RGB is 142 - color contains mainly: blue. Hex color #48768E is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #48768E is #B78971. Grayscale: #6A6A6A. Windows color (decimal): -12028274 or 9336392. OLE color: 9336392.

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

Color convert

RGB72118142-
CMYK0.490.1700.44
HSL200.57º32.71%41.96%-
HSV(B)200.57º49.3%55.69%-
XYZ14.0316.2928-
YUV106.98147.76103.05-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 21.69%
GREEN value IS 118 (46.48% from 255) = 35.54%
BLUE value IS 142 (55.86% from 255) = 42.77%
R=21.69%
G=35.54%
B=42.77%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal721181420.490.1700.44200.5732.7141.96
Hex48768E311102Cc9212a
Octal11016621661210543114152
Binary100100011101101000111011000110001010110011001001100001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48768E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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