Html Css Color HEX #48768F Jelly Bean

📋 copy color: '#48768F'

red 72 ◦ green 118 ◦ blue 143

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

Shades of Jelly Bean #48768F

Tints of Jelly Bean #48768F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 42.94%

R = 21.62%
G = 35.44%
B = 42.94%

CMYK

 C value IS 0.50

 M value IS 0.17

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#48768F (or 0x48768F) is known color: Jelly Bean. HEX triplet: 48, 76 and 8F. RGB value is (72,118,143). Sum of RGB (Red+Green+Blue) = 72+118+143=333 (44% of max value = 765). Red value is 72 (28.52% from 255 or 21.62% from 333); Green value is 118 (46.48% from 255 or 35.44% from 333); Blue value is 143 (56.25% from 255 or 42.94% from 333); Max value from RGB is 143 - color contains mainly: blue. Hex color #48768F is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #48768F is #B78970. Grayscale: #6A6A6A. Windows color (decimal): -12028273 or 9401928. OLE color: 9401928.

HSL color Cylindrical-coordinate representation of color #48768F: hue angle of 201.13º degrees, saturation: 0.33, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #48768F is Cyan = 0.50, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 72 118 143 -
CMYK 0.50 0.17 0 0.44
HSL 201.13º 0.33% 0.42% -
HSV(B) 201.13º 0.5% 0.56% -
XYZ 14.11 16.32 28.39 -
YUV 107.1 148.26 102.97 -
System Red Green Blue C M Y K H S L
Decimal 72 118 143 0.50 0.17 0 0.44 201.13 0.33 0.42
Hex 48 76 8F 32 11 0 2C C9 21 2A
Octal 110 166 217 62 21 0 54 311 41 52
Binary 1001000 1110110 10001111 110010 10001 0 101100 11001001 100001 101010

Color Harmonies of #48768F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48768F

Black with #48768F

Text Example


Text Example

White with #48768F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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