Html Css Color HEX #477595 Jelly Bean

📋 copy color: '#477595'

red 71 ◦ green 117 ◦ blue 149

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

Shades of Jelly Bean #477595

Tints of Jelly Bean #477595

RGB

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

 GREEN value IS 117 (46.09% from 255) = 34.72%

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

R = 21.07%
G = 34.72%
B = 44.21%

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

#477595 (or 0x477595) is known color: Jelly Bean. HEX triplet: 47, 75 and 95. RGB value is (71,117,149). Sum of RGB (Red+Green+Blue) = 71+117+149=337 (44% of max value = 765). Red value is 71 (28.12% from 255 or 21.07% from 337); Green value is 117 (46.09% from 255 or 34.72% from 337); Blue value is 149 (58.59% from 255 or 44.21% from 337); Max value from RGB is 149 - color contains mainly: blue. Hex color #477595 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #477595 is #B88A6A. Grayscale: #6A6A6A. Windows color (decimal): -12094059 or 9794887. OLE color: 9794887.

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

Color convert

RGB 71 117 149 -
CMYK 0.52 0.21 0 0.42
HSL 204.62º 0.35% 0.43% -
HSV(B) 204.62º 0.52% 0.58% -
XYZ 14.38 16.23 30.81 -
YUV 106.89 151.76 102.4 -
System Red Green Blue C M Y K H S L
Decimal 71 117 149 0.52 0.21 0 0.42 204.62 0.35 0.43
Hex 47 75 95 34 15 0 2A CD 23 2B
Octal 107 165 225 64 25 0 52 315 43 53
Binary 1000111 1110101 10010101 110100 10101 0 101010 11001101 100011 101011

Color Harmonies of #477595

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #477595

Black with #477595

Text Example


Text Example

White with #477595

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #477595; }

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

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

background-color css

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

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

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

border-color css

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

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

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