#48768C

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

Shades of Jelly Bean #48768C

Tints of Jelly Bean #48768C

Color information

#48768C (or 0x48768C) is unknown color: approx Jelly Bean. HEX triplet: 48, 76 and 8C. RGB value is (72,118,140). Sum of RGB (Red+Green+Blue) = 72+118+140=330 (43% of max value = 765). Red value is 72 (28.52% from 255 or 21.82% from 330); Green value is 118 (46.48% from 255 or 35.76% from 330); Blue value is 140 (55.08% from 255 or 42.42% from 330); Max value from RGB is 140 - color contains mainly: blue. Hex color #48768C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #48768C is #B78973. Grayscale: #6A6A6A. Windows color (decimal): -12028276 or 9205320. OLE color: 9205320.

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

Color convert

RGB72118140-
CMYK0.490.1600.45
HSL199.41º32.08%41.57%-
HSV(B)199.41º48.57%54.9%-
XYZ13.8816.2327.21-
YUV106.75146.76103.21-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 21.82%
GREEN value IS 118 (46.48% from 255) = 35.76%
BLUE value IS 140 (55.08% from 255) = 42.42%
R=21.82%
G=35.76%
B=42.42%

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
Decimal721181400.490.1600.45199.4132.0841.57
Hex48768C311002Dc7202a
Octal11016621461200553074052
Binary100100011101101000110011000110000010110111000111100000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48768C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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