#4943AD

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

Shades of Rich Blue #4943AD

Tints of Rich Blue #4943AD

Color information

#4943AD (or 0x4943AD) is unknown color: approx Rich Blue. HEX triplet: 49, 43 and AD. RGB value is (73,67,173). Sum of RGB (Red+Green+Blue) = 73+67+173=313 (41% of max value = 765). Red value is 73 (28.91% from 255 or 23.32% from 313); Green value is 67 (26.56% from 255 or 21.41% from 313); Blue value is 173 (67.97% from 255 or 55.27% from 313); Max value from RGB is 173 - color contains mainly: blue. Hex color #4943AD is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4943AD is #B6BC52. Grayscale: #505050. Windows color (decimal): -11975763 or 11354953. OLE color: 11354953.

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

Color convert

RGB7367173-
CMYK0.580.6100.32
HSL243.4º44.17%47.06%-
HSV(B)243.4º61.27%67.84%-
XYZ12.38.4540.52-
YUV80.88179.99122.38-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 23.32%
GREEN value IS 67 (26.56% from 255) = 21.41%
BLUE value IS 173 (67.97% from 255) = 55.27%
R=23.32%
G=21.41%
B=55.27%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal73671730.580.6100.32243.444.1747.06
Hex4943AD3A3D020f32c2f
Octal11110325572750403635457
Binary1001001100001110101101111010111101010000011110011101100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4943AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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