Html Css Color HEX #48728B Jelly Bean

📋 copy color: '#48728B'

red 72 ◦ green 114 ◦ blue 139

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

Shades of Jelly Bean #48728B

Tints of Jelly Bean #48728B

RGB

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

 GREEN value IS 114 (44.92% from 255) = 35.08%

 BLUE value IS 139 (54.69% from 255) = 42.77%

R = 22.15%
G = 35.08%
B = 42.77%

CMYK

 C value IS 0.48

 M value IS 0.18

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#48728B (or 0x48728B) is known color: Jelly Bean. HEX triplet: 48, 72 and 8B. RGB value is (72,114,139). Sum of RGB (Red+Green+Blue) = 72+114+139=325 (43% of max value = 765). Red value is 72 (28.52% from 255 or 22.15% from 325); Green value is 114 (44.92% from 255 or 35.08% from 325); Blue value is 139 (54.69% from 255 or 42.77% from 325); Max value from RGB is 139 - color contains mainly: blue. Hex color #48728B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #48728B is #B78D74. Grayscale: #686868. Windows color (decimal): -12029301 or 9138760. OLE color: 9138760.

HSL color Cylindrical-coordinate representation of color #48728B: hue angle of 202.39º degrees, saturation: 0.32, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #48728B is Cyan = 0.48, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 72 114 139 -
CMYK 0.48 0.18 0 0.45
HSL 202.39º 0.32% 0.41% -
HSV(B) 202.39º 0.48% 0.55% -
XYZ 13.35 15.28 26.67 -
YUV 104.29 147.59 104.97 -
System Red Green Blue C M Y K H S L
Decimal 72 114 139 0.48 0.18 0 0.45 202.39 0.32 0.41
Hex 48 72 8B 30 12 0 2D CA 20 29
Octal 110 162 213 60 22 0 55 312 40 51
Binary 1001000 1110010 10001011 110000 10010 0 101101 11001010 100000 101001

Color Harmonies of #48728B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48728B

Black with #48728B

Text Example


Text Example

White with #48728B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(72,114,139); }

 H1.HeaderClassName
 {
   color: #48728B;
 }
 .AnyTagClassName
 {
   color: #48728B;
 }
</style>

background-color css

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

 a { background-color: rgb(72,114,139); }

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

border-color css

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

 span { border-color: rgb(72,114,139); }

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