Html Css Color HEX #477490 Jelly Bean

📋 copy color: '#477490'

red 71 ◦ green 116 ◦ blue 144

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

Shades of Jelly Bean #477490

Tints of Jelly Bean #477490

RGB

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

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

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

R = 21.45%
G = 35.05%
B = 43.5%

CMYK

 C value IS 0.51

 M value IS 0.19

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#477490 (or 0x477490) is known color: Jelly Bean. HEX triplet: 47, 74 and 90. RGB value is (71,116,144). Sum of RGB (Red+Green+Blue) = 71+116+144=331 (43% of max value = 765). Red value is 71 (28.12% from 255 or 21.45% from 331); Green value is 116 (45.70% from 255 or 35.05% from 331); Blue value is 144 (56.64% from 255 or 43.50% from 331); Max value from RGB is 144 - color contains mainly: blue. Hex color #477490 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #477490 is #B88B6F. Grayscale: #696969. Windows color (decimal): -12094320 or 9466951. OLE color: 9466951.

HSL color Cylindrical-coordinate representation of color #477490: hue angle of 203.01º 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 #477490 is Cyan = 0.51, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 71 116 144 -
CMYK 0.51 0.19 0 0.44
HSL 203.01º 0.34% 0.42% -
HSV(B) 203.01º 0.51% 0.56% -
XYZ 13.88 15.84 28.71 -
YUV 105.74 149.59 103.22 -
System Red Green Blue C M Y K H S L
Decimal 71 116 144 0.51 0.19 0 0.44 203.01 0.34 0.42
Hex 47 74 90 33 13 0 2C CB 22 2A
Octal 107 164 220 63 23 0 54 313 42 52
Binary 1000111 1110100 10010000 110011 10011 0 101100 11001011 100010 101010

Color Harmonies of #477490

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #477490

Black with #477490

Text Example


Text Example

White with #477490

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #477490; }

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

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

background-color css

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

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

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

border-color css

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

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

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