#48789C

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

Shades of Jelly Bean #48789C

Tints of Jelly Bean #48789C

Color information

#48789C (or 0x48789C) is unknown color: approx Jelly Bean. HEX triplet: 48, 78 and 9C. RGB value is (72,120,156). Sum of RGB (Red+Green+Blue) = 72+120+156=348 (46% of max value = 765). Red value is 72 (28.52% from 255 or 20.69% from 348); Green value is 120 (47.27% from 255 or 34.48% from 348); Blue value is 156 (61.33% from 255 or 44.83% from 348); Max value from RGB is 156 - color contains mainly: blue. Hex color #48789C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #48789C is #B78763. Grayscale: #6D6D6D. Windows color (decimal): -12027748 or 10254408. OLE color: 10254408.

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

Color convert

RGB72120156-
CMYK0.540.2300.39
HSL205.71º36.84%44.71%-
HSV(B)205.71º53.85%61.18%-
XYZ15.3917.2133.96-
YUV109.75154.1101.07-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 20.69%
GREEN value IS 120 (47.27% from 255) = 34.48%
BLUE value IS 156 (61.33% from 255) = 44.83%
R=20.69%
G=34.48%
B=44.83%

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
Decimal721201560.540.2300.39205.7136.8444.71
Hex48789C3617027ce252d
Octal11017023466270473164555
Binary100100011110001001110011011010111010011111001110100101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48789C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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