Html Css Color HEX #4A3CAE Blue Gem

📋 copy color: '#4A3CAE'

red 74 ◦ green 60 ◦ blue 174

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

Shades of Blue Gem #4A3CAE

Tints of Blue Gem #4A3CAE

RGB

 RED value IS 74 (29.3% from 255) = 24.03%

 GREEN value IS 60 (23.83% from 255) = 19.48%

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

R = 24.03%
G = 19.48%
B = 56.49%

CMYK

 C value IS 0.57

 M value IS 0.66

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#4A3CAE (or 0x4A3CAE) is known color: Blue Gem. HEX triplet: 4A, 3C and AE. RGB value is (74,60,174). Sum of RGB (Red+Green+Blue) = 74+60+174=308 (40% of max value = 765). Red value is 74 (29.30% from 255 or 24.03% from 308); Green value is 60 (23.83% from 255 or 19.48% from 308); Blue value is 174 (68.36% from 255 or 56.49% from 308); Max value from RGB is 174 - color contains mainly: blue. Hex color #4A3CAE is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4A3CAE is #B5C351. Grayscale: #4C4C4C. Windows color (decimal): -11912018 or 11418698. OLE color: 11418698.

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

Color convert

RGB 74 60 174 -
CMYK 0.57 0.66 0 0.32
HSL 247.37º 0.49% 0.46% -
HSV(B) 247.37º 0.66% 0.68% -
XYZ 12.08 7.74 40.9 -
YUV 77.18 182.64 125.73 -
System Red Green Blue C M Y K H S L
Decimal 74 60 174 0.57 0.66 0 0.32 247.37 0.49 0.46
Hex 4A 3C AE 39 42 0 20 F7 31 2E
Octal 112 74 256 71 102 0 40 367 61 56
Binary 1001010 111100 10101110 111001 1000010 0 100000 11110111 110001 101110

Color Harmonies of #4A3CAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A3CAE

Black with #4A3CAE

Text Example


Text Example

White with #4A3CAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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