#48789B

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

Shades of Jelly Bean #48789B

Tints of Jelly Bean #48789B

Color information

#48789B (or 0x48789B) is unknown color: approx Jelly Bean. HEX triplet: 48, 78 and 9B. RGB value is (72,120,155). Sum of RGB (Red+Green+Blue) = 72+120+155=347 (45% of max value = 765). Red value is 72 (28.52% from 255 or 20.75% from 347); Green value is 120 (47.27% from 255 or 34.58% from 347); Blue value is 155 (60.94% from 255 or 44.67% from 347); Max value from RGB is 155 - color contains mainly: blue. Hex color #48789B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #48789B is #B78764. Grayscale: #6D6D6D. Windows color (decimal): -12027749 or 10188872. OLE color: 10188872.

HSL color Cylindrical-coordinate representation of color #48789B: hue angle of 205.3º 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 #48789B is Cyan = 0.54, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB72120155-
CMYK0.540.2300.39
HSL205.3º36.56%44.51%-
HSV(B)205.3º53.55%60.78%-
XYZ15.3117.1833.52-
YUV109.64153.6101.15-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 20.75%
GREEN value IS 120 (47.27% from 255) = 34.58%
BLUE value IS 155 (60.94% from 255) = 44.67%
R=20.75%
G=34.58%
B=44.67%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal721201550.540.2300.39205.336.5644.51
Hex48789B3617027cd252d
Octal11017023366270473154555
Binary100100011110001001101111011010111010011111001101100101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48789B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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