#48778F

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

Shades of Jelly Bean #48778F

Tints of Jelly Bean #48778F

Color information

#48778F (or 0x48778F) is unknown color: approx Jelly Bean. HEX triplet: 48, 77 and 8F. RGB value is (72,119,143). Sum of RGB (Red+Green+Blue) = 72+119+143=334 (44% of max value = 765). Red value is 72 (28.52% from 255 or 21.56% from 334); Green value is 119 (46.88% from 255 or 35.63% from 334); Blue value is 143 (56.25% from 255 or 42.81% from 334); Max value from RGB is 143 - color contains mainly: blue. Hex color #48778F is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #48778F is #B78870. Grayscale: #6B6B6B. Windows color (decimal): -12028017 or 9402184. OLE color: 9402184.

HSL color Cylindrical-coordinate representation of color #48778F: hue angle of 200.28º 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 #48778F is Cyan = 0.50, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB72119143-
CMYK0.500.1700.44
HSL200.28º33.02%42.16%-
HSV(B)200.28º49.65%56.08%-
XYZ14.2316.5528.43-
YUV107.68147.93102.55-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 21.56%
GREEN value IS 119 (46.88% from 255) = 35.63%
BLUE value IS 143 (56.25% from 255) = 42.81%
R=21.56%
G=35.63%
B=42.81%

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
Decimal721191430.500.1700.44200.2833.0242.16
Hex48778F321102Cc8212a
Octal11016721762210543104152
Binary100100011101111000111111001010001010110011001000100001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48778F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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