#4A3FAE

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

Shades of Rich Blue #4A3FAE

Tints of Rich Blue #4A3FAE

Color information

#4A3FAE (or 0x4A3FAE) is unknown color: approx Rich Blue. HEX triplet: 4A, 3F and AE. RGB value is (74,63,174). Sum of RGB (Red+Green+Blue) = 74+63+174=311 (41% of max value = 765). Red value is 74 (29.30% from 255 or 23.79% from 311); Green value is 63 (25% from 255 or 20.26% from 311); Blue value is 174 (68.36% from 255 or 55.95% from 311); Max value from RGB is 174 - color contains mainly: blue. Hex color #4A3FAE is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4A3FAE is #B5C051. Grayscale: #4E4E4E. Windows color (decimal): -11911250 or 11419466. OLE color: 11419466.

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

Color convert

RGB7463174-
CMYK0.570.6400.32
HSL245.95º46.84%46.47%-
HSV(B)245.95º63.79%68.24%-
XYZ12.248.0740.96-
YUV78.94181.64124.47-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 23.79%
GREEN value IS 63 (25% from 255) = 20.26%
BLUE value IS 174 (68.36% from 255) = 55.95%
R=23.79%
G=20.26%
B=55.95%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal74631740.570.6400.32245.9546.8446.47
Hex4A3FAE3940020f62f2e
Octal11277256711000403665756
Binary1001010111111101011101110011000000010000011110110101111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A3FAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(74,63,174); }

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

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

 a { background-color: rgb(74,63,174); }

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

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

 span { border-color: rgb(74,63,174); }

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