Html Css Color HEX #477D91 Jelly Bean

📋 copy color: '#477D91'

red 71 ◦ green 125 ◦ blue 145

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

Shades of Jelly Bean #477D91

Tints of Jelly Bean #477D91

RGB

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

 GREEN value IS 125 (49.22% from 255) = 36.66%

 BLUE value IS 145 (57.03% from 255) = 42.52%

R = 20.82%
G = 36.66%
B = 42.52%

CMYK

 C value IS 0.51

 M value IS 0.14

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#477D91 (or 0x477D91) is known color: Jelly Bean. HEX triplet: 47, 7D and 91. RGB value is (71,125,145). Sum of RGB (Red+Green+Blue) = 71+125+145=341 (45% of max value = 765). Red value is 71 (28.12% from 255 or 20.82% from 341); Green value is 125 (49.22% from 255 or 36.66% from 341); Blue value is 145 (57.03% from 255 or 42.52% from 341); Max value from RGB is 145 - color contains mainly: blue. Hex color #477D91 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #477D91 is #B8826E. Grayscale: #6F6F6F. Windows color (decimal): -12092015 or 9534791. OLE color: 9534791.

HSL color Cylindrical-coordinate representation of color #477D91: hue angle of 196.22º degrees, saturation: 0.34, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #477D91 is Cyan = 0.51, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 71 125 145 -
CMYK 0.51 0.14 0 0.43
HSL 196.22º 0.34% 0.42% -
HSV(B) 196.22º 0.51% 0.57% -
XYZ 15.04 18.05 29.48 -
YUV 111.13 147.11 99.37 -
System Red Green Blue C M Y K H S L
Decimal 71 125 145 0.51 0.14 0 0.43 196.22 0.34 0.42
Hex 47 7D 91 33 E 0 2B C4 22 2A
Octal 107 175 221 63 16 0 53 304 42 52
Binary 1000111 1111101 10010001 110011 1110 0 101011 11000100 100010 101010

Color Harmonies of #477D91

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #477D91

Black with #477D91

Text Example


Text Example

White with #477D91

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(71,125,145); }

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

background-color css

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

 a { background-color: rgb(71,125,145); }

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

border-color css

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

 span { border-color: rgb(71,125,145); }

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