Html Css Color HEX #48758E Jelly Bean

📋 copy color: '#48758E'

red 72 ◦ green 117 ◦ blue 142

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

Shades of Jelly Bean #48758E

Tints of Jelly Bean #48758E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 42.9%

R = 21.75%
G = 35.35%
B = 42.9%

CMYK

 C value IS 0.49

 M value IS 0.18

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#48758E (or 0x48758E) is known color: Jelly Bean. HEX triplet: 48, 75 and 8E. RGB value is (72,117,142). Sum of RGB (Red+Green+Blue) = 72+117+142=331 (43% of max value = 765). Red value is 72 (28.52% from 255 or 21.75% from 331); Green value is 117 (46.09% from 255 or 35.35% from 331); Blue value is 142 (55.86% from 255 or 42.90% from 331); Max value from RGB is 142 - color contains mainly: blue. Hex color #48758E is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #48758E is #B78A71. Grayscale: #6A6A6A. Windows color (decimal): -12028530 or 9336136. OLE color: 9336136.

HSL color Cylindrical-coordinate representation of color #48758E: hue angle of 201.43º degrees, saturation: 0.33, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #48758E is Cyan = 0.49, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 72 117 142 -
CMYK 0.49 0.18 0 0.44
HSL 201.43º 0.33% 0.42% -
HSV(B) 201.43º 0.49% 0.56% -
XYZ 13.92 16.05 27.96 -
YUV 106.4 148.09 103.47 -
System Red Green Blue C M Y K H S L
Decimal 72 117 142 0.49 0.18 0 0.44 201.43 0.33 0.42
Hex 48 75 8E 31 12 0 2C C9 21 2A
Octal 110 165 216 61 22 0 54 311 41 52
Binary 1001000 1110101 10001110 110001 10010 0 101100 11001001 100001 101010

Color Harmonies of #48758E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48758E

Black with #48758E

Text Example


Text Example

White with #48758E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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