Html Css Color HEX #48758A Jelly Bean

📋 copy color: '#48758A'

red 72 ◦ green 117 ◦ blue 138

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

Shades of Jelly Bean #48758A

Tints of Jelly Bean #48758A

RGB

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

 GREEN value IS 117 (46.09% from 255) = 35.78%

 BLUE value IS 138 (54.3% from 255) = 42.2%

R = 22.02%
G = 35.78%
B = 42.2%

CMYK

 C value IS 0.48

 M value IS 0.15

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#48758A (or 0x48758A) is known color: Jelly Bean. HEX triplet: 48, 75 and 8A. RGB value is (72,117,138). Sum of RGB (Red+Green+Blue) = 72+117+138=327 (43% of max value = 765). Red value is 72 (28.52% from 255 or 22.02% from 327); Green value is 117 (46.09% from 255 or 35.78% from 327); Blue value is 138 (54.30% from 255 or 42.20% from 327); Max value from RGB is 138 - color contains mainly: blue. Hex color #48758A is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #48758A is #B78A75. Grayscale: #696969. Windows color (decimal): -12028534 or 9073992. OLE color: 9073992.

HSL color Cylindrical-coordinate representation of color #48758A: hue angle of 199.09º degrees, saturation: 0.31, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #48758A is Cyan = 0.48, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 72 117 138 -
CMYK 0.48 0.15 0 0.46
HSL 199.09º 0.31% 0.41% -
HSV(B) 199.09º 0.48% 0.54% -
XYZ 13.62 15.94 26.4 -
YUV 105.94 146.09 103.79 -
System Red Green Blue C M Y K H S L
Decimal 72 117 138 0.48 0.15 0 0.46 199.09 0.31 0.41
Hex 48 75 8A 30 F 0 2E C7 1F 29
Octal 110 165 212 60 17 0 56 307 37 51
Binary 1001000 1110101 10001010 110000 1111 0 101110 11000111 11111 101001

Color Harmonies of #48758A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48758A

Black with #48758A

Text Example


Text Example

White with #48758A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(72,117,138); }

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

background-color css

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

 a { background-color: rgb(72,117,138); }

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

border-color css

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

 span { border-color: rgb(72,117,138); }

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