Html Css Color HEX #48799A Jelly Bean

📋 copy color: '#48799A'

red 72 ◦ green 121 ◦ blue 154

#48799A
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Jelly Bean #48799A

Tints of Jelly Bean #48799A

RGB

 RED value IS 72 (28.52% from 255) = 20.75%

 GREEN value IS 121 (47.66% from 255) = 34.87%

 BLUE value IS 154 (60.55% from 255) = 44.38%

R = 20.75%
G = 34.87%
B = 44.38%

CMYK

 C value IS 0.53

 M value IS 0.21

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#48799A (or 0x48799A) is known color: Jelly Bean. HEX triplet: 48, 79 and 9A. RGB value is (72,121,154). Sum of RGB (Red+Green+Blue) = 72+121+154=347 (45% of max value = 765). Red value is 72 (28.52% from 255 or 20.75% from 347); Green value is 121 (47.66% from 255 or 34.87% from 347); Blue value is 154 (60.55% from 255 or 44.38% from 347); Max value from RGB is 154 - color contains mainly: blue. Hex color #48799A is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #48799A is #B78665. Grayscale: #6D6D6D. Windows color (decimal): -12027494 or 10123592. OLE color: 10123592.

HSL color Cylindrical-coordinate representation of color #48799A: hue angle of 204.15º degrees, saturation: 0.36, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #48799A is Cyan = 0.53, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 72 121 154 -
CMYK 0.53 0.21 0 0.40
HSL 204.15º 0.36% 0.44% -
HSV(B) 204.15º 0.53% 0.6% -
XYZ 15.34 17.39 33.12 -
YUV 110.11 152.77 100.82 -
System Red Green Blue C M Y K H S L
Decimal 72 121 154 0.53 0.21 0 0.40 204.15 0.36 0.44
Hex 48 79 9A 35 15 0 28 CC 24 2C
Octal 110 171 232 65 25 0 50 314 44 54
Binary 1001000 1111001 10011010 110101 10101 0 101000 11001100 100100 101100

Color Harmonies of #48799A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48799A

Black with #48799A

Text Example


Text Example

White with #48799A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #48799A;
 }
 .AnyTagClassName
 {
   color: #48799A;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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