#50469B

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

Shades of Blue Gem #50469B

Tints of Blue Gem #50469B

Color information

#50469B (or 0x50469B) is unknown color: approx Blue Gem. HEX triplet: 50, 46 and 9B. RGB value is (80,70,155). Sum of RGB (Red+Green+Blue) = 80+70+155=305 (40% of max value = 765). Red value is 80 (31.64% from 255 or 26.23% from 305); Green value is 70 (27.73% from 255 or 22.95% from 305); Blue value is 155 (60.94% from 255 or 50.82% from 305); Max value from RGB is 155 - color contains mainly: blue. Hex color #50469B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #50469B is #AFB964. Grayscale: #525252. Windows color (decimal): -11516261 or 10176080. OLE color: 10176080.

HSL color Cylindrical-coordinate representation of color #50469B: hue angle of 247.06º degrees, saturation: 0.38, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #50469B is Cyan = 0.48, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB8070155-
CMYK0.480.5500.39
HSL247.06º37.78%44.12%-
HSV(B)247.06º54.84%60.78%-
XYZ11.418.4532.04-
YUV82.68168.81126.09-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 26.23%
GREEN value IS 70 (27.73% from 255) = 22.95%
BLUE value IS 155 (60.94% from 255) = 50.82%
R=26.23%
G=22.95%
B=50.82%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal80701550.480.5500.39247.0637.7844.12
Hex50469B3037027f7262c
Octal12010623360670473674654
Binary1010000100011010011011110000110111010011111110111100110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50469B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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