#47769B

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

Shades of Jelly Bean #47769B

Tints of Jelly Bean #47769B

Color information

#47769B (or 0x47769B) is unknown color: approx Jelly Bean. HEX triplet: 47, 76 and 9B. RGB value is (71,118,155). Sum of RGB (Red+Green+Blue) = 71+118+155=344 (45% of max value = 765). Red value is 71 (28.12% from 255 or 20.64% from 344); Green value is 118 (46.48% from 255 or 34.30% from 344); Blue value is 155 (60.94% from 255 or 45.06% from 344); Max value from RGB is 155 - color contains mainly: blue. Hex color #47769B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #47769B is #B88964. Grayscale: #6B6B6B. Windows color (decimal): -12093797 or 10188359. OLE color: 10188359.

HSL color Cylindrical-coordinate representation of color #47769B: hue angle of 206.43º 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 #47769B is Cyan = 0.54, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB71118155-
CMYK0.540.2400.39
HSL206.43º37.17%44.31%-
HSV(B)206.43º54.19%60.78%-
XYZ14.9916.6633.44-
YUV108.16154.43101.49-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 20.64%
GREEN value IS 118 (46.48% from 255) = 34.30%
BLUE value IS 155 (60.94% from 255) = 45.06%
R=20.64%
G=34.30%
B=45.06%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal711181550.540.2400.39206.4337.1744.31
Hex47769B3618027ce252c
Octal10716623366300473164554
Binary100011111101101001101111011011000010011111001110100101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47769B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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