Html Css Color HEX #477395 Jelly Bean

📋 copy color: '#477395'

red 71 ◦ green 115 ◦ blue 149

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

Shades of Jelly Bean #477395

Tints of Jelly Bean #477395

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 44.48%

R = 21.19%
G = 34.33%
B = 44.48%

CMYK

 C value IS 0.52

 M value IS 0.23

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#477395 (or 0x477395) is known color: Jelly Bean. HEX triplet: 47, 73 and 95. RGB value is (71,115,149). Sum of RGB (Red+Green+Blue) = 71+115+149=335 (44% of max value = 765). Red value is 71 (28.12% from 255 or 21.19% from 335); Green value is 115 (45.31% from 255 or 34.33% from 335); Blue value is 149 (58.59% from 255 or 44.48% from 335); Max value from RGB is 149 - color contains mainly: blue. Hex color #477395 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #477395 is #B88C6A. Grayscale: #696969. Windows color (decimal): -12094571 or 9794375. OLE color: 9794375.

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

Color convert

RGB 71 115 149 -
CMYK 0.52 0.23 0 0.42
HSL 206.15º 0.35% 0.43% -
HSV(B) 206.15º 0.52% 0.58% -
XYZ 14.15 15.77 30.73 -
YUV 105.72 152.42 103.24 -
System Red Green Blue C M Y K H S L
Decimal 71 115 149 0.52 0.23 0 0.42 206.15 0.35 0.43
Hex 47 73 95 34 17 0 2A CE 23 2B
Octal 107 163 225 64 27 0 52 316 43 53
Binary 1000111 1110011 10010101 110100 10111 0 101010 11001110 100011 101011

Color Harmonies of #477395

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #477395

Black with #477395

Text Example


Text Example

White with #477395

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #477395; }

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

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

background-color css

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

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

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

border-color css

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

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

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