#477695

Color #477695 Jelly Bean (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Jelly Bean #477695

Tints of Jelly Bean #477695

Color information

#477695 (or 0x477695) is unknown color: approx Jelly Bean. HEX triplet: 47, 76 and 95. RGB value is (71,118,149). Sum of RGB (Red+Green+Blue) = 71+118+149=338 (44% of max value = 765). Red value is 71 (28.12% from 255 or 21.01% from 338); Green value is 118 (46.48% from 255 or 34.91% from 338); Blue value is 149 (58.59% from 255 or 44.08% from 338); Max value from RGB is 149 - color contains mainly: blue. Hex color #477695 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #477695 is #B8896A. Grayscale: #6B6B6B. Windows color (decimal): -12093803 or 9795143. OLE color: 9795143.

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

Color convert

RGB71118149-
CMYK0.520.2100.42
HSL203.85º35.45%43.14%-
HSV(B)203.85º52.35%58.43%-
XYZ14.516.4730.85-
YUV107.48151.43101.98-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 21.01%
GREEN value IS 118 (46.48% from 255) = 34.91%
BLUE value IS 149 (58.59% from 255) = 44.08%
R=21.01%
G=34.91%
B=44.08%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal711181490.520.2100.42203.8535.4543.14
Hex477695341502Acc232b
Octal10716622564250523144353
Binary100011111101101001010111010010101010101011001100100011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #477695

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #477695; }

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

 H1.HeaderClassName
 {
   color: #477695;
 }
 .AnyTagClassName
 {
   color: #477695;
 }
</style>
background-color css

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

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

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

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

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

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