Html Css Color HEX #477486 Jelly Bean

📋 copy color: '#477486'

red 71 ◦ green 116 ◦ blue 134

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

Shades of Jelly Bean #477486

Tints of Jelly Bean #477486

RGB

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

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

 BLUE value IS 134 (52.73% from 255) = 41.74%

R = 22.12%
G = 36.14%
B = 41.74%

CMYK

 C value IS 0.47

 M value IS 0.13

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#477486 (or 0x477486) is known color: Jelly Bean. HEX triplet: 47, 74 and 86. RGB value is (71,116,134). Sum of RGB (Red+Green+Blue) = 71+116+134=321 (42% of max value = 765). Red value is 71 (28.12% from 255 or 22.12% from 321); Green value is 116 (45.70% from 255 or 36.14% from 321); Blue value is 134 (52.73% from 255 or 41.74% from 321); Max value from RGB is 134 - color contains mainly: blue. Hex color #477486 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #477486 is #B88B79. Grayscale: #686868. Windows color (decimal): -12094330 or 8811591. OLE color: 8811591.

HSL color Cylindrical-coordinate representation of color #477486: hue angle of 197.14º degrees, saturation: 0.31, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #477486 is Cyan = 0.47, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 71 116 134 -
CMYK 0.47 0.13 0 0.47
HSL 197.14º 0.31% 0.4% -
HSV(B) 197.14º 0.47% 0.53% -
XYZ 13.15 15.55 24.86 -
YUV 104.6 144.59 104.04 -
System Red Green Blue C M Y K H S L
Decimal 71 116 134 0.47 0.13 0 0.47 197.14 0.31 0.4
Hex 47 74 86 2F D 0 2F C5 1F 28
Octal 107 164 206 57 15 0 57 305 37 50
Binary 1000111 1110100 10000110 101111 1101 0 101111 11000101 11111 101000

Color Harmonies of #477486

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #477486

Black with #477486

Text Example


Text Example

White with #477486

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #477486; }

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

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

background-color css

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

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

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

border-color css

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

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

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