Html Css Color HEX #477494 Jelly Bean

📋 copy color: '#477494'

red 71 ◦ green 116 ◦ blue 148

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

Shades of Jelly Bean #477494

Tints of Jelly Bean #477494

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 44.18%

R = 21.19%
G = 34.63%
B = 44.18%

CMYK

 C value IS 0.52

 M value IS 0.22

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#477494 (or 0x477494) is known color: Jelly Bean. HEX triplet: 47, 74 and 94. RGB value is (71,116,148). Sum of RGB (Red+Green+Blue) = 71+116+148=335 (44% of max value = 765). Red value is 71 (28.12% from 255 or 21.19% from 335); Green value is 116 (45.70% from 255 or 34.63% from 335); Blue value is 148 (58.20% from 255 or 44.18% from 335); Max value from RGB is 148 - color contains mainly: blue. Hex color #477494 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #477494 is #B88B6B. Grayscale: #6A6A6A. Windows color (decimal): -12094316 or 9729095. OLE color: 9729095.

HSL color Cylindrical-coordinate representation of color #477494: hue angle of 204.94º degrees, saturation: 0.35, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #477494 is Cyan = 0.52, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 71 116 148 -
CMYK 0.52 0.22 0 0.42
HSL 204.94º 0.35% 0.43% -
HSV(B) 204.94º 0.52% 0.58% -
XYZ 14.19 15.97 30.35 -
YUV 106.19 151.59 102.9 -
System Red Green Blue C M Y K H S L
Decimal 71 116 148 0.52 0.22 0 0.42 204.94 0.35 0.43
Hex 47 74 94 34 16 0 2A CD 23 2B
Octal 107 164 224 64 26 0 52 315 43 53
Binary 1000111 1110100 10010100 110100 10110 0 101010 11001101 100011 101011

Color Harmonies of #477494

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #477494

Black with #477494

Text Example


Text Example

White with #477494

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #477494; }

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

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

background-color css

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

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

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

border-color css

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

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

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