Html Css Color HEX #48768D Jelly Bean

📋 copy color: '#48768D'

red 72 ◦ green 118 ◦ blue 141

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

Shades of Jelly Bean #48768D

Tints of Jelly Bean #48768D

RGB

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

 GREEN value IS 118 (46.48% from 255) = 35.65%

 BLUE value IS 141 (55.47% from 255) = 42.6%

R = 21.75%
G = 35.65%
B = 42.6%

CMYK

 C value IS 0.49

 M value IS 0.16

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#48768D (or 0x48768D) is known color: Jelly Bean. HEX triplet: 48, 76 and 8D. RGB value is (72,118,141). Sum of RGB (Red+Green+Blue) = 72+118+141=331 (43% of max value = 765). Red value is 72 (28.52% from 255 or 21.75% from 331); Green value is 118 (46.48% from 255 or 35.65% from 331); Blue value is 141 (55.47% from 255 or 42.60% from 331); Max value from RGB is 141 - color contains mainly: blue. Hex color #48768D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #48768D is #B78972. Grayscale: #6A6A6A. Windows color (decimal): -12028275 or 9270856. OLE color: 9270856.

HSL color Cylindrical-coordinate representation of color #48768D: hue angle of 200º degrees, saturation: 0.32, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #48768D is Cyan = 0.49, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 72 118 141 -
CMYK 0.49 0.16 0 0.45
HSL 200º 0.32% 0.42% -
HSV(B) 200º 0.49% 0.55% -
XYZ 13.96 16.26 27.6 -
YUV 106.87 147.26 103.13 -
System Red Green Blue C M Y K H S L
Decimal 72 118 141 0.49 0.16 0 0.45 200 0.32 0.42
Hex 48 76 8D 31 10 0 2D C8 20 2A
Octal 110 166 215 61 20 0 55 310 40 52
Binary 1001000 1110110 10001101 110001 10000 0 101101 11001000 100000 101010

Color Harmonies of #48768D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48768D

Black with #48768D

Text Example


Text Example

White with #48768D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #48768D; }

 p { color: rgb(72,118,141); }

 H1.HeaderClassName
 {
   color: #48768D;
 }
 .AnyTagClassName
 {
   color: #48768D;
 }
</style>

background-color css

<style>
 a { background-color: #48768D; }

 a { background-color: rgb(72,118,141); }

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

border-color css

<style>
 span { border-color: #48768D; }

 span { border-color: rgb(72,118,141); }

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