Html Css Color HEX #4A3DAC Blue Gem

📋 copy color: '#4A3DAC'

red 74 ◦ green 61 ◦ blue 172

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

Shades of Blue Gem #4A3DAC

Tints of Blue Gem #4A3DAC

RGB

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

 GREEN value IS 61 (24.22% from 255) = 19.87%

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

R = 24.1%
G = 19.87%
B = 56.03%

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

#4A3DAC (or 0x4A3DAC) is known color: Blue Gem. HEX triplet: 4A, 3D and AC. RGB value is (74,61,172). Sum of RGB (Red+Green+Blue) = 74+61+172=307 (40% of max value = 765). Red value is 74 (29.30% from 255 or 24.10% from 307); Green value is 61 (24.22% from 255 or 19.87% from 307); Blue value is 172 (67.58% from 255 or 56.03% from 307); Max value from RGB is 172 - color contains mainly: blue. Hex color #4A3DAC is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4A3DAC is #B5C253. Grayscale: #4D4D4D. Windows color (decimal): -11911764 or 11287882. OLE color: 11287882.

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

Color convert

RGB 74 61 172 -
CMYK 0.57 0.65 0 0.33
HSL 247.03º 0.48% 0.46% -
HSV(B) 247.03º 0.65% 0.67% -
XYZ 11.94 7.77 39.9 -
YUV 77.54 181.31 125.47 -
System Red Green Blue C M Y K H S L
Decimal 74 61 172 0.57 0.65 0 0.33 247.03 0.48 0.46
Hex 4A 3D AC 39 41 0 21 F7 30 2E
Octal 112 75 254 71 101 0 41 367 60 56
Binary 1001010 111101 10101100 111001 1000001 0 100001 11110111 110000 101110

Color Harmonies of #4A3DAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A3DAC

Black with #4A3DAC

Text Example


Text Example

White with #4A3DAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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