#4950AF

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

Shades of Rich Blue #4950AF

Tints of Rich Blue #4950AF

Color information

#4950AF (or 0x4950AF) is unknown color: approx Rich Blue. HEX triplet: 49, 50 and AF. RGB value is (73,80,175). Sum of RGB (Red+Green+Blue) = 73+80+175=328 (43% of max value = 765). Red value is 73 (28.91% from 255 or 22.26% from 328); Green value is 80 (31.64% from 255 or 24.39% from 328); Blue value is 175 (68.75% from 255 or 53.35% from 328); Max value from RGB is 175 - color contains mainly: blue. Hex color #4950AF is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4950AF is #B6AF50. Grayscale: #585858. Windows color (decimal): -11972433 or 11489353. OLE color: 11489353.

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

Color convert

RGB7380175-
CMYK0.580.5400.31
HSL235.88º41.13%48.63%-
HSV(B)235.88º58.29%68.63%-
XYZ13.3510.2541.83-
YUV88.74176.68116.78-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 22.26%
GREEN value IS 80 (31.64% from 255) = 24.39%
BLUE value IS 175 (68.75% from 255) = 53.35%
R=22.26%
G=24.39%
B=53.35%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal73801750.580.5400.31235.8841.1348.63
Hex4950AF3A3601Fec2931
Octal11112025772660373545161
Binary100100110100001010111111101011011001111111101100101001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4950AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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