Html Css Color HEX #4A3CAD Blue Gem

📋 copy color: '#4A3CAD'

red 74 ◦ green 60 ◦ blue 173

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

Shades of Blue Gem #4A3CAD

Tints of Blue Gem #4A3CAD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 56.35%

R = 24.1%
G = 19.54%
B = 56.35%

CMYK

 C value IS 0.57

 M value IS 0.65

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#4A3CAD (or 0x4A3CAD) is known color: Blue Gem. HEX triplet: 4A, 3C and AD. RGB value is (74,60,173). Sum of RGB (Red+Green+Blue) = 74+60+173=307 (40% of max value = 765). Red value is 74 (29.30% from 255 or 24.10% from 307); Green value is 60 (23.83% from 255 or 19.54% from 307); Blue value is 173 (67.97% from 255 or 56.35% from 307); Max value from RGB is 173 - color contains mainly: blue. Hex color #4A3CAD is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4A3CAD is #B5C352. Grayscale: #4C4C4C. Windows color (decimal): -11912019 or 11353162. OLE color: 11353162.

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

Color convert

RGB 74 60 173 -
CMYK 0.57 0.65 0 0.32
HSL 247.43º 0.48% 0.46% -
HSV(B) 247.43º 0.65% 0.68% -
XYZ 11.98 7.7 40.39 -
YUV 77.07 182.14 125.81 -
System Red Green Blue C M Y K H S L
Decimal 74 60 173 0.57 0.65 0 0.32 247.43 0.48 0.46
Hex 4A 3C AD 39 41 0 20 F7 30 2E
Octal 112 74 255 71 101 0 40 367 60 56
Binary 1001010 111100 10101101 111001 1000001 0 100000 11110111 110000 101110

Color Harmonies of #4A3CAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A3CAD

Black with #4A3CAD

Text Example


Text Example

White with #4A3CAD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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