Html Css Color HEX #477C94 Jelly Bean

📋 copy color: '#477C94'

red 71 ◦ green 124 ◦ blue 148

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

Shades of Jelly Bean #477C94

Tints of Jelly Bean #477C94

RGB

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

 GREEN value IS 124 (48.83% from 255) = 36.15%

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

R = 20.7%
G = 36.15%
B = 43.15%

CMYK

 C value IS 0.52

 M value IS 0.16

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#477C94 (or 0x477C94) is known color: Jelly Bean. HEX triplet: 47, 7C and 94. RGB value is (71,124,148). Sum of RGB (Red+Green+Blue) = 71+124+148=343 (45% of max value = 765). Red value is 71 (28.12% from 255 or 20.70% from 343); Green value is 124 (48.83% from 255 or 36.15% from 343); Blue value is 148 (58.20% from 255 or 43.15% from 343); Max value from RGB is 148 - color contains mainly: blue. Hex color #477C94 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #477C94 is #B8836B. Grayscale: #6E6E6E. Windows color (decimal): -12092268 or 9731143. OLE color: 9731143.

HSL color Cylindrical-coordinate representation of color #477C94: hue angle of 198.7º 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 #477C94 is Cyan = 0.52, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 71 124 148 -
CMYK 0.52 0.16 0 0.42
HSL 198.7º 0.35% 0.43% -
HSV(B) 198.7º 0.52% 0.58% -
XYZ 15.15 17.89 30.67 -
YUV 110.89 148.94 99.55 -
System Red Green Blue C M Y K H S L
Decimal 71 124 148 0.52 0.16 0 0.42 198.7 0.35 0.43
Hex 47 7C 94 34 10 0 2A C7 23 2B
Octal 107 174 224 64 20 0 52 307 43 53
Binary 1000111 1111100 10010100 110100 10000 0 101010 11000111 100011 101011

Color Harmonies of #477C94

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #477C94

Black with #477C94

Text Example


Text Example

White with #477C94

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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