#4950AD

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

Shades of Rich Blue #4950AD

Tints of Rich Blue #4950AD

Color information

#4950AD (or 0x4950AD) is unknown color: approx Rich Blue. HEX triplet: 49, 50 and AD. RGB value is (73,80,173). Sum of RGB (Red+Green+Blue) = 73+80+173=326 (43% of max value = 765). Red value is 73 (28.91% from 255 or 22.39% from 326); Green value is 80 (31.64% from 255 or 24.54% from 326); Blue value is 173 (67.97% from 255 or 53.07% from 326); Max value from RGB is 173 - color contains mainly: blue. Hex color #4950AD is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4950AD is #B6AF52. Grayscale: #585858. Windows color (decimal): -11972435 or 11358281. OLE color: 11358281.

HSL color Cylindrical-coordinate representation of color #4950AD: hue angle of 235.8º degrees, saturation: 0.41, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #4950AD is Cyan = 0.58, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB7380173-
CMYK0.580.5400.32
HSL235.8º40.65%48.24%-
HSV(B)235.8º57.8%67.84%-
XYZ13.1610.1740.8-
YUV88.51175.68116.94-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 22.39%
GREEN value IS 80 (31.64% from 255) = 24.54%
BLUE value IS 173 (67.97% from 255) = 53.07%
R=22.39%
G=24.54%
B=53.07%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal73801730.580.5400.32235.840.6548.24
Hex4950AD3A36020ec2930
Octal11112025572660403545160
Binary1001001101000010101101111010110110010000011101100101001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4950AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4950AD; }

 p { color: rgb(73,80,173); }

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

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

 a { background-color: rgb(73,80,173); }

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

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

 span { border-color: rgb(73,80,173); }

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