#4955AD

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

Shades of Rich Blue #4955AD

Tints of Rich Blue #4955AD

Color information

#4955AD (or 0x4955AD) is unknown color: approx Rich Blue. HEX triplet: 49, 55 and AD. RGB value is (73,85,173). Sum of RGB (Red+Green+Blue) = 73+85+173=331 (43% of max value = 765). Red value is 73 (28.91% from 255 or 22.05% from 331); Green value is 85 (33.59% from 255 or 25.68% from 331); Blue value is 173 (67.97% from 255 or 52.27% from 331); Max value from RGB is 173 - color contains mainly: blue. Hex color #4955AD is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4955AD is #B6AA52. Grayscale: #5B5B5B. Windows color (decimal): -11971155 or 11359561. OLE color: 11359561.

HSL color Cylindrical-coordinate representation of color #4955AD: hue angle of 232.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 #4955AD is Cyan = 0.58, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB7385173-
CMYK0.580.5100.32
HSL232.8º40.65%48.24%-
HSV(B)232.8º57.8%67.84%-
XYZ13.5410.9340.93-
YUV91.44174.02114.84-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 22.05%
GREEN value IS 85 (33.59% from 255) = 25.68%
BLUE value IS 173 (67.97% from 255) = 52.27%
R=22.05%
G=25.68%
B=52.27%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal73851730.580.5100.32232.840.6548.24
Hex4955AD3A33020e92930
Octal11112525572630403515160
Binary1001001101010110101101111010110011010000011101001101001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4955AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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