#50488F

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

Shades of Blue Gem #50488F

Tints of Blue Gem #50488F

Color information

#50488F (or 0x50488F) is unknown color: approx Blue Gem. HEX triplet: 50, 48 and 8F. RGB value is (80,72,143). Sum of RGB (Red+Green+Blue) = 80+72+143=295 (39% of max value = 765). Red value is 80 (31.64% from 255 or 27.12% from 295); Green value is 72 (28.52% from 255 or 24.41% from 295); Blue value is 143 (56.25% from 255 or 48.47% from 295); Max value from RGB is 143 - color contains mainly: blue. Hex color #50488F is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #50488F is #AFB770. Grayscale: #525252. Windows color (decimal): -11515761 or 9390160. OLE color: 9390160.

HSL color Cylindrical-coordinate representation of color #50488F: hue angle of 246.76º degrees, saturation: 0.33, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #50488F is Cyan = 0.44, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB8072143-
CMYK0.440.5000.44
HSL246.76º33.02%42.16%-
HSV(B)246.76º49.65%56.08%-
XYZ10.588.3227.04-
YUV82.49162.15126.23-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 27.12%
GREEN value IS 72 (28.52% from 255) = 24.41%
BLUE value IS 143 (56.25% from 255) = 48.47%
R=27.12%
G=24.41%
B=48.47%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal80721430.440.5000.44246.7633.0242.16
Hex50488F2C3202Cf7212a
Octal12011021754620543674152
Binary1010000100100010001111101100110010010110011110111100001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50488F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #50488F; }

 p { color: rgb(80,72,143); }

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

<style>
 a { background-color: #50488F; }

 a { background-color: rgb(80,72,143); }

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

<style>
 span { border-color: #50488F; }

 span { border-color: rgb(80,72,143); }

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