Html Css Color HEX #48778B Jelly Bean

📋 copy color: '#48778B'

red 72 ◦ green 119 ◦ blue 139

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

Shades of Jelly Bean #48778B

Tints of Jelly Bean #48778B

RGB

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

 GREEN value IS 119 (46.88% from 255) = 36.06%

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

R = 21.82%
G = 36.06%
B = 42.12%

CMYK

 C value IS 0.48

 M value IS 0.14

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#48778B (or 0x48778B) is known color: Jelly Bean. HEX triplet: 48, 77 and 8B. RGB value is (72,119,139). Sum of RGB (Red+Green+Blue) = 72+119+139=330 (43% of max value = 765). Red value is 72 (28.52% from 255 or 21.82% from 330); Green value is 119 (46.88% from 255 or 36.06% from 330); Blue value is 139 (54.69% from 255 or 42.12% from 330); Max value from RGB is 139 - color contains mainly: blue. Hex color #48778B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #48778B is #B78874. Grayscale: #6B6B6B. Windows color (decimal): -12028021 or 9140040. OLE color: 9140040.

HSL color Cylindrical-coordinate representation of color #48778B: hue angle of 197.91º 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 #48778B is Cyan = 0.48, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 72 119 139 -
CMYK 0.48 0.14 0 0.45
HSL 197.91º 0.32% 0.41% -
HSV(B) 197.91º 0.48% 0.55% -
XYZ 13.93 16.44 26.86 -
YUV 107.23 145.93 102.87 -
System Red Green Blue C M Y K H S L
Decimal 72 119 139 0.48 0.14 0 0.45 197.91 0.32 0.41
Hex 48 77 8B 30 E 0 2D C6 20 29
Octal 110 167 213 60 16 0 55 306 40 51
Binary 1001000 1110111 10001011 110000 1110 0 101101 11000110 100000 101001

Color Harmonies of #48778B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48778B

Black with #48778B

Text Example


Text Example

White with #48778B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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