Html Css Color HEX #477990 Jelly Bean

📋 copy color: '#477990'

red 71 ◦ green 121 ◦ blue 144

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

Shades of Jelly Bean #477990

Tints of Jelly Bean #477990

RGB

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

 GREEN value IS 121 (47.66% from 255) = 36.01%

 BLUE value IS 144 (56.64% from 255) = 42.86%

R = 21.13%
G = 36.01%
B = 42.86%

CMYK

 C value IS 0.51

 M value IS 0.16

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#477990 (or 0x477990) is known color: Jelly Bean. HEX triplet: 47, 79 and 90. RGB value is (71,121,144). Sum of RGB (Red+Green+Blue) = 71+121+144=336 (44% of max value = 765). Red value is 71 (28.12% from 255 or 21.13% from 336); Green value is 121 (47.66% from 255 or 36.01% from 336); Blue value is 144 (56.64% from 255 or 42.86% from 336); Max value from RGB is 144 - color contains mainly: blue. Hex color #477990 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #477990 is #B8866F. Grayscale: #6C6C6C. Windows color (decimal): -12093040 or 9468231. OLE color: 9468231.

HSL color Cylindrical-coordinate representation of color #477990: hue angle of 198.9º degrees, saturation: 0.34, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #477990 is Cyan = 0.51, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 71 121 144 -
CMYK 0.51 0.16 0 0.44
HSL 198.9º 0.34% 0.42% -
HSV(B) 198.9º 0.51% 0.56% -
XYZ 14.47 17.03 28.91 -
YUV 108.67 147.94 101.13 -
System Red Green Blue C M Y K H S L
Decimal 71 121 144 0.51 0.16 0 0.44 198.9 0.34 0.42
Hex 47 79 90 33 10 0 2C C7 22 2A
Octal 107 171 220 63 20 0 54 307 42 52
Binary 1000111 1111001 10010000 110011 10000 0 101100 11000111 100010 101010

Color Harmonies of #477990

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #477990

Black with #477990

Text Example


Text Example

White with #477990

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #477990; }

 p { color: rgb(71,121,144); }

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

background-color css

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

 a { background-color: rgb(71,121,144); }

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

border-color css

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

 span { border-color: rgb(71,121,144); }

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