Html Css Color HEX #48758B Jelly Bean

📋 copy color: '#48758B'

red 72 ◦ green 117 ◦ blue 139

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

Shades of Jelly Bean #48758B

Tints of Jelly Bean #48758B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 42.38%

R = 21.95%
G = 35.67%
B = 42.38%

CMYK

 C value IS 0.48

 M value IS 0.16

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#48758B (or 0x48758B) is known color: Jelly Bean. HEX triplet: 48, 75 and 8B. RGB value is (72,117,139). Sum of RGB (Red+Green+Blue) = 72+117+139=328 (43% of max value = 765). Red value is 72 (28.52% from 255 or 21.95% from 328); Green value is 117 (46.09% from 255 or 35.67% from 328); Blue value is 139 (54.69% from 255 or 42.38% from 328); Max value from RGB is 139 - color contains mainly: blue. Hex color #48758B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #48758B is #B78A74. Grayscale: #696969. Windows color (decimal): -12028533 or 9139528. OLE color: 9139528.

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

Color convert

RGB 72 117 139 -
CMYK 0.48 0.16 0 0.45
HSL 199.7º 0.32% 0.41% -
HSV(B) 199.7º 0.48% 0.55% -
XYZ 13.69 15.96 26.79 -
YUV 106.05 146.59 103.71 -
System Red Green Blue C M Y K H S L
Decimal 72 117 139 0.48 0.16 0 0.45 199.7 0.32 0.41
Hex 48 75 8B 30 10 0 2D C8 20 29
Octal 110 165 213 60 20 0 55 310 40 51
Binary 1001000 1110101 10001011 110000 10000 0 101101 11001000 100000 101001

Color Harmonies of #48758B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48758B

Black with #48758B

Text Example


Text Example

White with #48758B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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