Html Css Color HEX #47758B Jelly Bean

📋 copy color: '#47758B'

red 71 ◦ green 117 ◦ blue 139

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

Shades of Jelly Bean #47758B

Tints of Jelly Bean #47758B

RGB

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

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

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

R = 21.71%
G = 35.78%
B = 42.51%

CMYK

 C value IS 0.49

 M value IS 0.16

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#47758B (or 0x47758B) is known color: Jelly Bean. HEX triplet: 47, 75 and 8B. RGB value is (71,117,139). Sum of RGB (Red+Green+Blue) = 71+117+139=327 (43% of max value = 765). Red value is 71 (28.12% from 255 or 21.71% from 327); Green value is 117 (46.09% from 255 or 35.78% from 327); Blue value is 139 (54.69% from 255 or 42.51% from 327); Max value from RGB is 139 - color contains mainly: blue. Hex color #47758B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #47758B is #B88A74. Grayscale: #696969. Windows color (decimal): -12094069 or 9139527. OLE color: 9139527.

HSL color Cylindrical-coordinate representation of color #47758B: hue angle of 199.41º 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 #47758B is Cyan = 0.49, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 71 117 139 -
CMYK 0.49 0.16 0 0.45
HSL 199.41º 0.32% 0.41% -
HSV(B) 199.41º 0.49% 0.55% -
XYZ 13.62 15.93 26.78 -
YUV 105.75 146.76 103.21 -
System Red Green Blue C M Y K H S L
Decimal 71 117 139 0.49 0.16 0 0.45 199.41 0.32 0.41
Hex 47 75 8B 31 10 0 2D C7 20 29
Octal 107 165 213 61 20 0 55 307 40 51
Binary 1000111 1110101 10001011 110001 10000 0 101101 11000111 100000 101001

Color Harmonies of #47758B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47758B

Black with #47758B

Text Example


Text Example

White with #47758B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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