#48799B

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

Shades of Jelly Bean #48799B

Tints of Jelly Bean #48799B

Color information

#48799B (or 0x48799B) is unknown color: approx Jelly Bean. HEX triplet: 48, 79 and 9B. RGB value is (72,121,155). Sum of RGB (Red+Green+Blue) = 72+121+155=348 (46% of max value = 765). Red value is 72 (28.52% from 255 or 20.69% from 348); Green value is 121 (47.66% from 255 or 34.77% from 348); Blue value is 155 (60.94% from 255 or 44.54% from 348); Max value from RGB is 155 - color contains mainly: blue. Hex color #48799B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #48799B is #B78664. Grayscale: #6E6E6E. Windows color (decimal): -12027493 or 10189128. OLE color: 10189128.

HSL color Cylindrical-coordinate representation of color #48799B: hue angle of 204.58º degrees, saturation: 0.37, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #48799B is Cyan = 0.54, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB72121155-
CMYK0.540.2200.39
HSL204.58º36.56%44.51%-
HSV(B)204.58º53.55%60.78%-
XYZ15.4317.4233.56-
YUV110.22153.27100.74-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 20.69%
GREEN value IS 121 (47.66% from 255) = 34.77%
BLUE value IS 155 (60.94% from 255) = 44.54%
R=20.69%
G=34.77%
B=44.54%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal721211550.540.2200.39204.5836.5644.51
Hex48799B3616027cd252d
Octal11017123366260473154555
Binary100100011110011001101111011010110010011111001101100101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48799B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #48799B; }

 p { color: rgb(72,121,155); }

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

<style>
 a { background-color: #48799B; }

 a { background-color: rgb(72,121,155); }

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

<style>
 span { border-color: #48799B; }

 span { border-color: rgb(72,121,155); }

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