Html Css Color HEX #477393 Jelly Bean

📋 copy color: '#477393'

red 71 ◦ green 115 ◦ blue 147

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

Shades of Jelly Bean #477393

Tints of Jelly Bean #477393

RGB

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

 GREEN value IS 115 (45.31% from 255) = 34.53%

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

R = 21.32%
G = 34.53%
B = 44.14%

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

#477393 (or 0x477393) is known color: Jelly Bean. HEX triplet: 47, 73 and 93. RGB value is (71,115,147). Sum of RGB (Red+Green+Blue) = 71+115+147=333 (44% of max value = 765). Red value is 71 (28.12% from 255 or 21.32% from 333); Green value is 115 (45.31% from 255 or 34.53% from 333); Blue value is 147 (57.81% from 255 or 44.14% from 333); Max value from RGB is 147 - color contains mainly: blue. Hex color #477393 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #477393 is #B88C6C. Grayscale: #696969. Windows color (decimal): -12094573 or 9663303. OLE color: 9663303.

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

Color convert

RGB 71 115 147 -
CMYK 0.52 0.22 0 0.42
HSL 205.26º 0.35% 0.43% -
HSV(B) 205.26º 0.52% 0.58% -
XYZ 14 15.71 29.9 -
YUV 105.49 151.42 103.4 -
System Red Green Blue C M Y K H S L
Decimal 71 115 147 0.52 0.22 0 0.42 205.26 0.35 0.43
Hex 47 73 93 34 16 0 2A CD 23 2B
Octal 107 163 223 64 26 0 52 315 43 53
Binary 1000111 1110011 10010011 110100 10110 0 101010 11001101 100011 101011

Color Harmonies of #477393

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #477393

Black with #477393

Text Example


Text Example

White with #477393

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #477393; }

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

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

background-color css

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

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

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

border-color css

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

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

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