Html Css Color HEX #4A3AAC Blue Gem

📋 copy color: '#4A3AAC'

red 74 ◦ green 58 ◦ blue 172

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

Shades of Blue Gem #4A3AAC

Tints of Blue Gem #4A3AAC

RGB

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

 GREEN value IS 58 (23.05% from 255) = 19.08%

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

R = 24.34%
G = 19.08%
B = 56.58%

CMYK

 C value IS 0.57

 M value IS 0.66

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#4A3AAC (or 0x4A3AAC) is known color: Blue Gem. HEX triplet: 4A, 3A and AC. RGB value is (74,58,172). Sum of RGB (Red+Green+Blue) = 74+58+172=304 (40% of max value = 765). Red value is 74 (29.30% from 255 or 24.34% from 304); Green value is 58 (23.05% from 255 or 19.08% from 304); Blue value is 172 (67.58% from 255 or 56.58% from 304); Max value from RGB is 172 - color contains mainly: blue. Hex color #4A3AAC is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4A3AAC is #B5C553. Grayscale: #4B4B4B. Windows color (decimal): -11912532 or 11287114. OLE color: 11287114.

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

Color convert

RGB 74 58 172 -
CMYK 0.57 0.66 0 0.33
HSL 248.42º 0.5% 0.45% -
HSV(B) 248.42º 0.66% 0.67% -
XYZ 11.78 7.46 39.85 -
YUV 75.78 182.3 126.73 -
System Red Green Blue C M Y K H S L
Decimal 74 58 172 0.57 0.66 0 0.33 248.42 0.5 0.45
Hex 4A 3A AC 39 42 0 21 F8 32 2D
Octal 112 72 254 71 102 0 41 370 62 55
Binary 1001010 111010 10101100 111001 1000010 0 100001 11111000 110010 101101

Color Harmonies of #4A3AAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A3AAC

Black with #4A3AAC

Text Example


Text Example

White with #4A3AAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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