#50448E

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

Shades of Blue Gem #50448E

Tints of Blue Gem #50448E

Color information

#50448E (or 0x50448E) is unknown color: approx Blue Gem. HEX triplet: 50, 44 and 8E. RGB value is (80,68,142). Sum of RGB (Red+Green+Blue) = 80+68+142=290 (38% of max value = 765). Red value is 80 (31.64% from 255 or 27.59% from 290); Green value is 68 (26.95% from 255 or 23.45% from 290); Blue value is 142 (55.86% from 255 or 48.97% from 290); Max value from RGB is 142 - color contains mainly: blue. Hex color #50448E is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #50448E is #AFBB71. Grayscale: #4F4F4F. Windows color (decimal): -11516786 or 9323600. OLE color: 9323600.

HSL color Cylindrical-coordinate representation of color #50448E: hue angle of 249.73º degrees, saturation: 0.35, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #50448E is Cyan = 0.44, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB8068142-
CMYK0.440.5200.44
HSL249.73º35.24%41.18%-
HSV(B)249.73º52.11%55.69%-
XYZ10.267.7926.55-
YUV80.02162.98127.98-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 27.59%
GREEN value IS 68 (26.95% from 255) = 23.45%
BLUE value IS 142 (55.86% from 255) = 48.97%
R=27.59%
G=23.45%
B=48.97%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal80681420.440.5200.44249.7335.2441.18
Hex50448E2C3402Cfa2329
Octal12010421654640543724351
Binary1010000100010010001110101100110100010110011111010100011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50448E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #50448E; }

 p { color: rgb(80,68,142); }

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

<style>
 a { background-color: #50448E; }

 a { background-color: rgb(80,68,142); }

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

<style>
 span { border-color: #50448E; }

 span { border-color: rgb(80,68,142); }

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