Html Css Color HEX #477F8D Jelly Bean

📋 copy color: '#477F8D'

red 71 ◦ green 127 ◦ blue 141

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

Shades of Jelly Bean #477F8D

Tints of Jelly Bean #477F8D

RGB

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

 GREEN value IS 127 (50% from 255) = 37.46%

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

R = 20.94%
G = 37.46%
B = 41.59%

CMYK

 C value IS 0.50

 M value IS 0.10

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#477F8D (or 0x477F8D) is known color: Jelly Bean. HEX triplet: 47, 7F and 8D. RGB value is (71,127,141). Sum of RGB (Red+Green+Blue) = 71+127+141=339 (44% of max value = 765). Red value is 71 (28.12% from 255 or 20.94% from 339); Green value is 127 (50% from 255 or 37.46% from 339); Blue value is 141 (55.47% from 255 or 41.59% from 339); Max value from RGB is 141 - color contains mainly: blue. Hex color #477F8D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #477F8D is #B88072. Grayscale: #6F6F6F. Windows color (decimal): -12091507 or 9273159. OLE color: 9273159.

HSL color Cylindrical-coordinate representation of color #477F8D: hue angle of 192º 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 #477F8D is Cyan = 0.50, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 71 127 141 -
CMYK 0.50 0.10 0 0.45
HSL 192º 0.33% 0.42% -
HSV(B) 192º 0.5% 0.55% -
XYZ 15 18.44 27.97 -
YUV 111.85 144.45 98.86 -
System Red Green Blue C M Y K H S L
Decimal 71 127 141 0.50 0.10 0 0.45 192 0.33 0.42
Hex 47 7F 8D 32 A 0 2D C0 21 2A
Octal 107 177 215 62 12 0 55 300 41 52
Binary 1000111 1111111 10001101 110010 1010 0 101101 11000000 100001 101010

Color Harmonies of #477F8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #477F8D

Black with #477F8D

Text Example


Text Example

White with #477F8D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #477F8D; }

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

 H1.HeaderClassName
 {
   color: #477F8D;
 }
 .AnyTagClassName
 {
   color: #477F8D;
 }
</style>

background-color css

<style>
 a { background-color: #477F8D; }

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

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

border-color css

<style>
 span { border-color: #477F8D; }

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

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