#477F93

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

Shades of Jelly Bean #477F93

Tints of Jelly Bean #477F93

Color information

#477F93 (or 0x477F93) is unknown color: approx Jelly Bean. HEX triplet: 47, 7F and 93. RGB value is (71,127,147). Sum of RGB (Red+Green+Blue) = 71+127+147=345 (45% of max value = 765). Red value is 71 (28.12% from 255 or 20.58% from 345); Green value is 127 (50% from 255 or 36.81% from 345); Blue value is 147 (57.81% from 255 or 42.61% from 345); Max value from RGB is 147 - color contains mainly: blue. Hex color #477F93 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #477F93 is #B8806C. Grayscale: #707070. Windows color (decimal): -12091501 or 9666375. OLE color: 9666375.

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

Color convert

RGB71127147-
CMYK0.520.1400.42
HSL195.79º34.86%42.75%-
HSV(B)195.79º51.7%57.65%-
XYZ15.4518.6230.38-
YUV112.54147.4598.37-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 20.58%
GREEN value IS 127 (50% from 255) = 36.81%
BLUE value IS 147 (57.81% from 255) = 42.61%
R=20.58%
G=36.81%
B=42.61%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal711271470.520.1400.42195.7934.8642.75
Hex477F9334E02Ac4232b
Octal10717722364160523044353
Binary10001111111111100100111101001110010101011000100100011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #477F93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #477F93; }

 p { color: rgb(71,127,147); }

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

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

 a { background-color: rgb(71,127,147); }

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

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

 span { border-color: rgb(71,127,147); }

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