#477985

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

Shades of Jelly Bean #477985

Tints of Jelly Bean #477985

Color information

#477985 (or 0x477985) is unknown color: approx Jelly Bean. HEX triplet: 47, 79 and 85. RGB value is (71,121,133). Sum of RGB (Red+Green+Blue) = 71+121+133=325 (43% of max value = 765). Red value is 71 (28.12% from 255 or 21.85% from 325); Green value is 121 (47.66% from 255 or 37.23% from 325); Blue value is 133 (52.34% from 255 or 40.92% from 325); Max value from RGB is 133 - color contains mainly: blue. Hex color #477985 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #477985 is #B8867A. Grayscale: #6B6B6B. Windows color (decimal): -12093051 or 8747335. OLE color: 8747335.

HSL color Cylindrical-coordinate representation of color #477985: hue angle of 191.61º degrees, saturation: 0.3, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #477985 is Cyan = 0.47, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB71121133-
CMYK0.470.0900.48
HSL191.61º30.39%40%-
HSV(B)191.61º46.62%52.16%-
XYZ13.6716.7124.69-
YUV107.42142.44102.02-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 21.85%
GREEN value IS 121 (47.66% from 255) = 37.23%
BLUE value IS 133 (52.34% from 255) = 40.92%
R=21.85%
G=37.23%
B=40.92%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal711211330.470.0900.48191.6130.3940
Hex4779852F9030c01e28
Octal10717120557110603003650
Binary1000111111100110000101101111100101100001100000011110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #477985

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #477985; }

 p { color: rgb(71,121,133); }

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

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

 a { background-color: rgb(71,121,133); }

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

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

 span { border-color: rgb(71,121,133); }

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