Html Css Color HEX #4A3FAE Rich Blue

📋 copy color: '#4A3FAE'

red 74 ◦ green 63 ◦ blue 174

#4A3FAE
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Rich Blue #4A3FAE

Tints of Rich Blue #4A3FAE

RGB

 RED value IS 74 (29.3% 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 value IS 0.57

 M value IS 0.64

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#4A3FAE (or 0x4A3FAE) is known color: 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

RGB 74 63 174 -
CMYK 0.57 0.64 0 0.32
HSL 245.95º 0.47% 0.46% -
HSV(B) 245.95º 0.64% 0.68% -
XYZ 12.24 8.07 40.96 -
YUV 78.94 181.64 124.47 -
System Red Green Blue C M Y K H S L
Decimal 74 63 174 0.57 0.64 0 0.32 245.95 0.47 0.46
Hex 4A 3F AE 39 40 0 20 F6 2F 2E
Octal 112 77 256 71 100 0 40 366 57 56
Binary 1001010 111111 10101110 111001 1000000 0 100000 11110110 101111 101110

Color Harmonies of #4A3FAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A3FAE

Black with #4A3FAE

Text Example


Text Example

White with #4A3FAE

Text Example


Text Example

HTML Codes & Css Web 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>