Html Css Color HEX #47768D Jelly Bean

📋 copy color: '#47768D'

red 71 ◦ green 118 ◦ blue 141

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

Shades of Jelly Bean #47768D

Tints of Jelly Bean #47768D

RGB

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

 GREEN value IS 118 (46.48% from 255) = 35.76%

 BLUE value IS 141 (55.47% from 255) = 42.73%

R = 21.52%
G = 35.76%
B = 42.73%

CMYK

 C value IS 0.50

 M value IS 0.16

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#47768D (or 0x47768D) is known color: Jelly Bean. HEX triplet: 47, 76 and 8D. RGB value is (71,118,141). Sum of RGB (Red+Green+Blue) = 71+118+141=330 (43% of max value = 765). Red value is 71 (28.12% from 255 or 21.52% from 330); Green value is 118 (46.48% from 255 or 35.76% from 330); Blue value is 141 (55.47% from 255 or 42.73% from 330); Max value from RGB is 141 - color contains mainly: blue. Hex color #47768D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #47768D is #B88972. Grayscale: #6A6A6A. Windows color (decimal): -12093811 or 9270855. OLE color: 9270855.

HSL color Cylindrical-coordinate representation of color #47768D: hue angle of 199.71º degrees, saturation: 0.33, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #47768D is Cyan = 0.50, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 71 118 141 -
CMYK 0.50 0.16 0 0.45
HSL 199.71º 0.33% 0.42% -
HSV(B) 199.71º 0.5% 0.55% -
XYZ 13.88 16.22 27.6 -
YUV 106.57 147.43 102.63 -
System Red Green Blue C M Y K H S L
Decimal 71 118 141 0.50 0.16 0 0.45 199.71 0.33 0.42
Hex 47 76 8D 32 10 0 2D C8 21 2A
Octal 107 166 215 62 20 0 55 310 41 52
Binary 1000111 1110110 10001101 110010 10000 0 101101 11001000 100001 101010

Color Harmonies of #47768D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47768D

Black with #47768D

Text Example


Text Example

White with #47768D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #47768D; }

 p { color: rgb(71,118,141); }

 H1.HeaderClassName
 {
   color: #47768D;
 }
 .AnyTagClassName
 {
   color: #47768D;
 }
</style>

background-color css

<style>
 a { background-color: #47768D; }

 a { background-color: rgb(71,118,141); }

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

border-color css

<style>
 span { border-color: #47768D; }

 span { border-color: rgb(71,118,141); }

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