#50449e

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

Shades of Blue Gem #50449E

Tints of Blue Gem #50449E

Color information

#50449E (or 0x50449E) is unknown color: approx Blue Gem. HEX triplet: 50, 44 and 9E. RGB value is (80,68,158). Sum of RGB (Red+Green+Blue) = 80+68+158=306 (40% of max value = 765). Red value is 80 (31.64% from 255 or 26.14% from 306); Green value is 68 (26.95% from 255 or 22.22% from 306); Blue value is 158 (62.11% from 255 or 51.63% from 306); Max value from RGB is 158 - color contains mainly: blue. Hex color #50449E is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #50449E is #AFBB61. Grayscale: #515151. Windows color (decimal): -11516770 or 10372176. OLE color: 10372176.

HSL color Cylindrical-coordinate representation of color #50449E: hue angle of 248º degrees, saturation: 0.4, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #50449E is Cyan = 0.49, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB8068158-
CMYK0.490.5700.38
HSL248º39.82%44.31%-
HSV(B)248º56.96%61.96%-
XYZ11.558.3133.34-
YUV81.85170.98126.68-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 26.14%
GREEN value IS 68 (26.95% from 255) = 22.22%
BLUE value IS 158 (62.11% from 255) = 51.63%
R=26.14%
G=22.22%
B=51.63%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal80681580.490.5700.3824839.8244.31
Hex50449E3139026f8282c
Octal12010423661710463705054
Binary1010000100010010011110110001111001010011011111000101000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50449e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #50449e; }

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

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

<style>
 a { background-color: #50449e; }

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

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

<style>
 span { border-color: #50449e; }

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

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