Html Css Color HEX #48769A Jelly Bean

📋 copy color: '#48769A'

red 72 ◦ green 118 ◦ blue 154

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

Shades of Jelly Bean #48769A

Tints of Jelly Bean #48769A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 44.77%

R = 20.93%
G = 34.3%
B = 44.77%

CMYK

 C value IS 0.53

 M value IS 0.23

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#48769A (or 0x48769A) is known color: Jelly Bean. HEX triplet: 48, 76 and 9A. RGB value is (72,118,154). Sum of RGB (Red+Green+Blue) = 72+118+154=344 (45% of max value = 765). Red value is 72 (28.52% from 255 or 20.93% from 344); Green value is 118 (46.48% from 255 or 34.30% from 344); Blue value is 154 (60.55% from 255 or 44.77% from 344); Max value from RGB is 154 - color contains mainly: blue. Hex color #48769A is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #48769A is #B78965. Grayscale: #6C6C6C. Windows color (decimal): -12028262 or 10122824. OLE color: 10122824.

HSL color Cylindrical-coordinate representation of color #48769A: hue angle of 206.34º degrees, saturation: 0.36, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #48769A is Cyan = 0.53, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 72 118 154 -
CMYK 0.53 0.23 0 0.40
HSL 206.34º 0.36% 0.44% -
HSV(B) 206.34º 0.53% 0.6% -
XYZ 14.98 16.67 33 -
YUV 108.35 153.76 102.07 -
System Red Green Blue C M Y K H S L
Decimal 72 118 154 0.53 0.23 0 0.40 206.34 0.36 0.44
Hex 48 76 9A 35 17 0 28 CE 24 2C
Octal 110 166 232 65 27 0 50 316 44 54
Binary 1001000 1110110 10011010 110101 10111 0 101000 11001110 100100 101100

Color Harmonies of #48769A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48769A

Black with #48769A

Text Example


Text Example

White with #48769A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #48769A; }

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

 H1.HeaderClassName
 {
   color: #48769A;
 }
 .AnyTagClassName
 {
   color: #48769A;
 }
</style>

background-color css

<style>
 a { background-color: #48769A; }

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

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

border-color css

<style>
 span { border-color: #48769A; }

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

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