Html Css Color HEX #4A3CAC Blue Gem

📋 copy color: '#4A3CAC'

red 74 ◦ green 60 ◦ blue 172

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

Shades of Blue Gem #4A3CAC

Tints of Blue Gem #4A3CAC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 56.21%

R = 24.18%
G = 19.61%
B = 56.21%

CMYK

 C value IS 0.57

 M value IS 0.65

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#4A3CAC (or 0x4A3CAC) is known color: Blue Gem. HEX triplet: 4A, 3C and AC. RGB value is (74,60,172). Sum of RGB (Red+Green+Blue) = 74+60+172=306 (40% of max value = 765). Red value is 74 (29.30% from 255 or 24.18% from 306); Green value is 60 (23.83% from 255 or 19.61% from 306); Blue value is 172 (67.58% from 255 or 56.21% from 306); Max value from RGB is 172 - color contains mainly: blue. Hex color #4A3CAC is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4A3CAC is #B5C353. Grayscale: #4C4C4C. Windows color (decimal): -11912020 or 11287626. OLE color: 11287626.

HSL color Cylindrical-coordinate representation of color #4A3CAC: hue angle of 247.5º degrees, saturation: 0.48, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #4A3CAC is Cyan = 0.57, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 74 60 172 -
CMYK 0.57 0.65 0 0.33
HSL 247.5º 0.48% 0.45% -
HSV(B) 247.5º 0.65% 0.67% -
XYZ 11.89 7.67 39.88 -
YUV 76.95 181.64 125.89 -
System Red Green Blue C M Y K H S L
Decimal 74 60 172 0.57 0.65 0 0.33 247.5 0.48 0.45
Hex 4A 3C AC 39 41 0 21 F8 30 2D
Octal 112 74 254 71 101 0 41 370 60 55
Binary 1001010 111100 10101100 111001 1000001 0 100001 11111000 110000 101101

Color Harmonies of #4A3CAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A3CAC

Black with #4A3CAC

Text Example


Text Example

White with #4A3CAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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