#4A4FAD

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

Shades of Rich Blue #4A4FAD

Tints of Rich Blue #4A4FAD

Color information

#4A4FAD (or 0x4A4FAD) is unknown color: approx Rich Blue. HEX triplet: 4A, 4F and AD. RGB value is (74,79,173). Sum of RGB (Red+Green+Blue) = 74+79+173=326 (43% of max value = 765). Red value is 74 (29.30% from 255 or 22.70% from 326); Green value is 79 (31.25% from 255 or 24.23% 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 #4A4FAD is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4A4FAD is #B5B052. Grayscale: #575757. Windows color (decimal): -11907155 or 11358026. OLE color: 11358026.

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

Color convert

RGB7479173-
CMYK0.570.5400.32
HSL236.97º40.08%48.43%-
HSV(B)236.97º57.23%67.84%-
XYZ13.1610.0640.78-
YUV88.22175.84117.86-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 22.70%
GREEN value IS 79 (31.25% from 255) = 24.23%
BLUE value IS 173 (67.97% from 255) = 53.07%
R=22.70%
G=24.23%
B=53.07%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal74791730.570.5400.32236.9740.0848.43
Hex4A4FAD3936020ed2830
Octal11211725571660403555060
Binary1001010100111110101101111001110110010000011101101101000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A4FAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4A4FAD; }

 p { color: rgb(74,79,173); }

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

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

 a { background-color: rgb(74,79,173); }

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

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

 span { border-color: rgb(74,79,173); }

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