#477b93

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

Shades of Jelly Bean #477B93

Tints of Jelly Bean #477B93

Color information

#477B93 (or 0x477B93) is unknown color: approx Jelly Bean. HEX triplet: 47, 7B and 93. RGB value is (71,123,147). Sum of RGB (Red+Green+Blue) = 71+123+147=341 (45% of max value = 765). Red value is 71 (28.12% from 255 or 20.82% from 341); Green value is 123 (48.44% from 255 or 36.07% from 341); Blue value is 147 (57.81% from 255 or 43.11% from 341); Max value from RGB is 147 - color contains mainly: blue. Hex color #477B93 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #477B93 is #B8846C. Grayscale: #6E6E6E. Windows color (decimal): -12092525 or 9665351. OLE color: 9665351.

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

Color convert

RGB71123147-
CMYK0.520.1600.42
HSL198.95º34.86%42.75%-
HSV(B)198.95º51.7%57.65%-
XYZ14.9517.6130.22-
YUV110.19148.77100.05-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 20.82%
GREEN value IS 123 (48.44% from 255) = 36.07%
BLUE value IS 147 (57.81% from 255) = 43.11%
R=20.82%
G=36.07%
B=43.11%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal711231470.520.1600.42198.9534.8642.75
Hex477B93341002Ac7232b
Octal10717322364200523074353
Binary100011111110111001001111010010000010101011000111100011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #477b93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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