Html Css Color HEX #477795 Jelly Bean

📋 copy color: '#477795'

red 71 ◦ green 119 ◦ blue 149

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

Shades of Jelly Bean #477795

Tints of Jelly Bean #477795

RGB

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

 GREEN value IS 119 (46.88% from 255) = 35.1%

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

R = 20.94%
G = 35.1%
B = 43.95%

CMYK

 C value IS 0.52

 M value IS 0.20

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#477795 (or 0x477795) is known color: Jelly Bean. HEX triplet: 47, 77 and 95. RGB value is (71,119,149). Sum of RGB (Red+Green+Blue) = 71+119+149=339 (44% of max value = 765). Red value is 71 (28.12% from 255 or 20.94% from 339); Green value is 119 (46.88% from 255 or 35.10% from 339); Blue value is 149 (58.59% from 255 or 43.95% from 339); Max value from RGB is 149 - color contains mainly: blue. Hex color #477795 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #477795 is #B8886A. Grayscale: #6B6B6B. Windows color (decimal): -12093547 or 9795399. OLE color: 9795399.

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

Color convert

RGB 71 119 149 -
CMYK 0.52 0.20 0 0.42
HSL 203.08º 0.35% 0.43% -
HSV(B) 203.08º 0.52% 0.58% -
XYZ 14.62 16.7 30.89 -
YUV 108.07 151.1 101.56 -
System Red Green Blue C M Y K H S L
Decimal 71 119 149 0.52 0.20 0 0.42 203.08 0.35 0.43
Hex 47 77 95 34 14 0 2A CB 23 2B
Octal 107 167 225 64 24 0 52 313 43 53
Binary 1000111 1110111 10010101 110100 10100 0 101010 11001011 100011 101011

Color Harmonies of #477795

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #477795

Black with #477795

Text Example


Text Example

White with #477795

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #477795; }

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

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

background-color css

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

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

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

border-color css

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

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

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