#50469D

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

Shades of Blue Gem #50469D

Tints of Blue Gem #50469D

Color information

#50469D (or 0x50469D) is unknown color: approx Blue Gem. HEX triplet: 50, 46 and 9D. RGB value is (80,70,157). Sum of RGB (Red+Green+Blue) = 80+70+157=307 (40% of max value = 765). Red value is 80 (31.64% from 255 or 26.06% from 307); Green value is 70 (27.73% from 255 or 22.80% from 307); Blue value is 157 (61.72% from 255 or 51.14% from 307); Max value from RGB is 157 - color contains mainly: blue. Hex color #50469D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #50469D is #AFB962. Grayscale: #525252. Windows color (decimal): -11516259 or 10307152. OLE color: 10307152.

HSL color Cylindrical-coordinate representation of color #50469D: hue angle of 246.9º degrees, saturation: 0.38, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #50469D is Cyan = 0.49, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB8070157-
CMYK0.490.5500.38
HSL246.9º38.33%44.51%-
HSV(B)246.9º55.41%61.57%-
XYZ11.588.5232.93-
YUV82.91169.81125.93-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 26.06%
GREEN value IS 70 (27.73% from 255) = 22.80%
BLUE value IS 157 (61.72% from 255) = 51.14%
R=26.06%
G=22.80%
B=51.14%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal80701570.490.5500.38246.938.3344.51
Hex50469D3137026f7262d
Octal12010623561670463674655
Binary1010000100011010011101110001110111010011011110111100110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50469D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #50469D; }

 p { color: rgb(80,70,157); }

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

<style>
 a { background-color: #50469D; }

 a { background-color: rgb(80,70,157); }

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

<style>
 span { border-color: #50469D; }

 span { border-color: rgb(80,70,157); }

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