Html Css Color HEX #48799C Jelly Bean

📋 copy color: '#48799C'

red 72 ◦ green 121 ◦ blue 156

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

Shades of Jelly Bean #48799C

Tints of Jelly Bean #48799C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 44.7%

R = 20.63%
G = 34.67%
B = 44.7%

CMYK

 C value IS 0.54

 M value IS 0.22

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#48799C (or 0x48799C) is known color: Jelly Bean. HEX triplet: 48, 79 and 9C. RGB value is (72,121,156). Sum of RGB (Red+Green+Blue) = 72+121+156=349 (46% of max value = 765). Red value is 72 (28.52% from 255 or 20.63% from 349); Green value is 121 (47.66% from 255 or 34.67% from 349); Blue value is 156 (61.33% from 255 or 44.70% from 349); Max value from RGB is 156 - color contains mainly: blue. Hex color #48799C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #48799C is #B78663. Grayscale: #6E6E6E. Windows color (decimal): -12027492 or 10254664. OLE color: 10254664.

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

Color convert

RGB 72 121 156 -
CMYK 0.54 0.22 0 0.39
HSL 205º 0.37% 0.45% -
HSV(B) 205º 0.54% 0.61% -
XYZ 15.51 17.45 34 -
YUV 110.34 153.77 100.65 -
System Red Green Blue C M Y K H S L
Decimal 72 121 156 0.54 0.22 0 0.39 205 0.37 0.45
Hex 48 79 9C 36 16 0 27 CD 25 2D
Octal 110 171 234 66 26 0 47 315 45 55
Binary 1001000 1111001 10011100 110110 10110 0 100111 11001101 100101 101101

Color Harmonies of #48799C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48799C

Black with #48799C

Text Example


Text Example

White with #48799C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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