#504699

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

Shades of Blue Gem #504699

Tints of Blue Gem #504699

Color information

#504699 (or 0x504699) is unknown color: approx Blue Gem. HEX triplet: 50, 46 and 99. RGB value is (80,70,153). Sum of RGB (Red+Green+Blue) = 80+70+153=303 (40% of max value = 765). Red value is 80 (31.64% from 255 or 26.40% from 303); Green value is 70 (27.73% from 255 or 23.10% from 303); Blue value is 153 (60.16% from 255 or 50.50% from 303); Max value from RGB is 153 - color contains mainly: blue. Hex color #504699 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #504699 is #AFB966. Grayscale: #525252. Windows color (decimal): -11516263 or 10045008. OLE color: 10045008.

HSL color Cylindrical-coordinate representation of color #504699: hue angle of 247.23º degrees, saturation: 0.37, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #504699 is Cyan = 0.48, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB8070153-
CMYK0.480.5400.4
HSL247.23º37.22%43.73%-
HSV(B)247.23º54.25%60%-
XYZ11.258.3931.16-
YUV82.45167.81126.25-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 26.40%
GREEN value IS 70 (27.73% from 255) = 23.10%
BLUE value IS 153 (60.16% from 255) = 50.50%
R=26.40%
G=23.10%
B=50.50%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal80701530.480.5400.4247.2337.2243.73
Hex5046993036028f7252c
Octal12010623160660503674554
Binary1010000100011010011001110000110110010100011110111100101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #504699

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #504699; }

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

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

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

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

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

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

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

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