#477D92

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

Shades of Jelly Bean #477D92

Tints of Jelly Bean #477D92

Color information

#477D92 (or 0x477D92) is unknown color: approx Jelly Bean. HEX triplet: 47, 7D and 92. RGB value is (71,125,146). Sum of RGB (Red+Green+Blue) = 71+125+146=342 (45% of max value = 765). Red value is 71 (28.12% from 255 or 20.76% from 342); Green value is 125 (49.22% from 255 or 36.55% from 342); Blue value is 146 (57.42% from 255 or 42.69% from 342); Max value from RGB is 146 - color contains mainly: blue. Hex color #477D92 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #477D92 is #B8826D. Grayscale: #6F6F6F. Windows color (decimal): -12092014 or 9600327. OLE color: 9600327.

HSL color Cylindrical-coordinate representation of color #477D92: hue angle of 196.8º degrees, saturation: 0.35, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #477D92 is Cyan = 0.51, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB71125146-
CMYK0.510.1400.43
HSL196.8º34.56%42.55%-
HSV(B)196.8º51.37%57.25%-
XYZ15.1218.0829.89-
YUV111.25147.6199.29-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 20.76%
GREEN value IS 125 (49.22% from 255) = 36.55%
BLUE value IS 146 (57.42% from 255) = 42.69%
R=20.76%
G=36.55%
B=42.69%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal711251460.510.1400.43196.834.5642.55
Hex477D9233E02Bc5232b
Octal10717522263160533054353
Binary10001111111101100100101100111110010101111000101100011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #477D92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(71,125,146); }

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

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

 a { background-color: rgb(71,125,146); }

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

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

 span { border-color: rgb(71,125,146); }

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