Html Css Color HEX #4C3FAE Rich Blue

📋 copy color: '#4C3FAE'

red 76 ◦ green 63 ◦ blue 174

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

Shades of Rich Blue #4C3FAE

Tints of Rich Blue #4C3FAE

RGB

 RED value IS 76 (30.08% from 255) = 24.28%

 GREEN value IS 63 (25% from 255) = 20.13%

 BLUE value IS 174 (68.36% from 255) = 55.59%

R = 24.28%
G = 20.13%
B = 55.59%

CMYK

 C value IS 0.56

 M value IS 0.64

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#4C3FAE (or 0x4C3FAE) is known color: Rich Blue. HEX triplet: 4C, 3F and AE. RGB value is (76,63,174). Sum of RGB (Red+Green+Blue) = 76+63+174=313 (41% of max value = 765). Red value is 76 (30.08% from 255 or 24.28% from 313); Green value is 63 (25% from 255 or 20.13% from 313); Blue value is 174 (68.36% from 255 or 55.59% from 313); Max value from RGB is 174 - color contains mainly: blue. Hex color #4C3FAE is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4C3FAE is #B3C051. Grayscale: #4F4F4F. Windows color (decimal): -11780178 or 11419468. OLE color: 11419468.

HSL color Cylindrical-coordinate representation of color #4C3FAE: hue angle of 247.03º 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 #4C3FAE is Cyan = 0.56, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 76 63 174 -
CMYK 0.56 0.64 0 0.32
HSL 247.03º 0.47% 0.46% -
HSV(B) 247.03º 0.64% 0.68% -
XYZ 12.4 8.15 40.96 -
YUV 79.54 181.31 125.47 -
System Red Green Blue C M Y K H S L
Decimal 76 63 174 0.56 0.64 0 0.32 247.03 0.47 0.46
Hex 4C 3F AE 38 40 0 20 F7 2F 2E
Octal 114 77 256 70 100 0 40 367 57 56
Binary 1001100 111111 10101110 111000 1000000 0 100000 11110111 101111 101110

Color Harmonies of #4C3FAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C3FAE

Black with #4C3FAE

Text Example


Text Example

White with #4C3FAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #4C3FAE;
 }
 .AnyTagClassName
 {
   color: #4C3FAE;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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