#47799B

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

Shades of Jelly Bean #47799B

Tints of Jelly Bean #47799B

Color information

#47799B (or 0x47799B) is unknown color: approx Jelly Bean. HEX triplet: 47, 79 and 9B. RGB value is (71,121,155). Sum of RGB (Red+Green+Blue) = 71+121+155=347 (45% of max value = 765). Red value is 71 (28.12% from 255 or 20.46% from 347); Green value is 121 (47.66% from 255 or 34.87% from 347); Blue value is 155 (60.94% from 255 or 44.67% from 347); Max value from RGB is 155 - color contains mainly: blue. Hex color #47799B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #47799B is #B88664. Grayscale: #6D6D6D. Windows color (decimal): -12093029 or 10189127. OLE color: 10189127.

HSL color Cylindrical-coordinate representation of color #47799B: hue angle of 204.29º degrees, saturation: 0.37, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #47799B is Cyan = 0.54, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB71121155-
CMYK0.540.2200.39
HSL204.29º37.17%44.31%-
HSV(B)204.29º54.19%60.78%-
XYZ15.3517.3833.56-
YUV109.93153.44100.24-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 20.46%
GREEN value IS 121 (47.66% from 255) = 34.87%
BLUE value IS 155 (60.94% from 255) = 44.67%
R=20.46%
G=34.87%
B=44.67%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal711211550.540.2200.39204.2937.1744.31
Hex47799B3616027cc252c
Octal10717123366260473144554
Binary100011111110011001101111011010110010011111001100100101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47799B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #47799B; }

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

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

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

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

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

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

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

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