Html Css Color HEX #47748B Jelly Bean

📋 copy color: '#47748B'

red 71 ◦ green 116 ◦ blue 139

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

Shades of Jelly Bean #47748B

Tints of Jelly Bean #47748B

RGB

 RED value IS 71 (28.13% from 255) = 21.78%

 GREEN value IS 116 (45.7% from 255) = 35.58%

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

R = 21.78%
G = 35.58%
B = 42.64%

CMYK

 C value IS 0.49

 M value IS 0.17

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#47748B (or 0x47748B) is known color: Jelly Bean. HEX triplet: 47, 74 and 8B. RGB value is (71,116,139). Sum of RGB (Red+Green+Blue) = 71+116+139=326 (43% of max value = 765). Red value is 71 (28.12% from 255 or 21.78% from 326); Green value is 116 (45.70% from 255 or 35.58% from 326); Blue value is 139 (54.69% from 255 or 42.64% from 326); Max value from RGB is 139 - color contains mainly: blue. Hex color #47748B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #47748B is #B88B74. Grayscale: #696969. Windows color (decimal): -12094325 or 9139271. OLE color: 9139271.

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

Color convert

RGB 71 116 139 -
CMYK 0.49 0.17 0 0.45
HSL 200.29º 0.32% 0.41% -
HSV(B) 200.29º 0.49% 0.55% -
XYZ 13.5 15.69 26.74 -
YUV 105.17 147.09 103.63 -
System Red Green Blue C M Y K H S L
Decimal 71 116 139 0.49 0.17 0 0.45 200.29 0.32 0.41
Hex 47 74 8B 31 11 0 2D C8 20 29
Octal 107 164 213 61 21 0 55 310 40 51
Binary 1000111 1110100 10001011 110001 10001 0 101101 11001000 100000 101001

Color Harmonies of #47748B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47748B

Black with #47748B

Text Example


Text Example

White with #47748B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(71,116,139); }

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

background-color css

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

 a { background-color: rgb(71,116,139); }

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

border-color css

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

 span { border-color: rgb(71,116,139); }

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