#50479B

Color #50479B Blue Gem (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blue Gem #50479B

Tints of Blue Gem #50479B

Color information

#50479B (or 0x50479B) is unknown color: approx Blue Gem. HEX triplet: 50, 47 and 9B. RGB value is (80,71,155). Sum of RGB (Red+Green+Blue) = 80+71+155=306 (40% of max value = 765). Red value is 80 (31.64% from 255 or 26.14% from 306); Green value is 71 (28.12% from 255 or 23.20% from 306); Blue value is 155 (60.94% from 255 or 50.65% from 306); Max value from RGB is 155 - color contains mainly: blue. Hex color #50479B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #50479B is #AFB864. Grayscale: #525252. Windows color (decimal): -11516005 or 10176336. OLE color: 10176336.

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

Color convert

RGB8071155-
CMYK0.480.5400.39
HSL246.43º37.17%44.31%-
HSV(B)246.43º54.19%60.78%-
XYZ11.488.5832.06-
YUV83.27168.48125.67-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 26.14%
GREEN value IS 71 (28.12% from 255) = 23.20%
BLUE value IS 155 (60.94% from 255) = 50.65%
R=26.14%
G=23.20%
B=50.65%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal80711550.480.5400.39246.4337.1744.31
Hex50479B3036027f6252c
Octal12010723360660473664554
Binary1010000100011110011011110000110110010011111110110100101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50479B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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