Html Css Color HEX #477493 Jelly Bean

📋 copy color: '#477493'

red 71 ◦ green 116 ◦ blue 147

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

Shades of Jelly Bean #477493

Tints of Jelly Bean #477493

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 44.01%

R = 21.26%
G = 34.73%
B = 44.01%

CMYK

 C value IS 0.52

 M value IS 0.21

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#477493 (or 0x477493) is known color: Jelly Bean. HEX triplet: 47, 74 and 93. RGB value is (71,116,147). Sum of RGB (Red+Green+Blue) = 71+116+147=334 (44% of max value = 765). Red value is 71 (28.12% from 255 or 21.26% from 334); Green value is 116 (45.70% from 255 or 34.73% from 334); Blue value is 147 (57.81% from 255 or 44.01% from 334); Max value from RGB is 147 - color contains mainly: blue. Hex color #477493 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #477493 is #B88B6C. Grayscale: #696969. Windows color (decimal): -12094317 or 9663559. OLE color: 9663559.

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

Color convert

RGB 71 116 147 -
CMYK 0.52 0.21 0 0.42
HSL 204.47º 0.35% 0.43% -
HSV(B) 204.47º 0.52% 0.58% -
XYZ 14.11 15.94 29.94 -
YUV 106.08 151.09 102.98 -
System Red Green Blue C M Y K H S L
Decimal 71 116 147 0.52 0.21 0 0.42 204.47 0.35 0.43
Hex 47 74 93 34 15 0 2A CC 23 2B
Octal 107 164 223 64 25 0 52 314 43 53
Binary 1000111 1110100 10010011 110100 10101 0 101010 11001100 100011 101011

Color Harmonies of #477493

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #477493

Black with #477493

Text Example


Text Example

White with #477493

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #477493; }

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

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

background-color css

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

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

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

border-color css

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

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

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