Html Css Color HEX #4A3FAC Blue Gem

📋 copy color: '#4A3FAC'

red 74 ◦ green 63 ◦ blue 172

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

Shades of Blue Gem #4A3FAC

Tints of Blue Gem #4A3FAC

RGB

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

 GREEN value IS 63 (25% from 255) = 20.39%

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

R = 23.95%
G = 20.39%
B = 55.66%

CMYK

 C value IS 0.57

 M value IS 0.63

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#4A3FAC (or 0x4A3FAC) is known color: Blue Gem. HEX triplet: 4A, 3F and AC. RGB value is (74,63,172). Sum of RGB (Red+Green+Blue) = 74+63+172=309 (40% of max value = 765). Red value is 74 (29.30% from 255 or 23.95% from 309); Green value is 63 (25% from 255 or 20.39% from 309); Blue value is 172 (67.58% from 255 or 55.66% from 309); Max value from RGB is 172 - color contains mainly: blue. Hex color #4A3FAC is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4A3FAC is #B5C053. Grayscale: #4E4E4E. Windows color (decimal): -11911252 or 11288394. OLE color: 11288394.

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

Color convert

RGB 74 63 172 -
CMYK 0.57 0.63 0 0.33
HSL 246.06º 0.46% 0.46% -
HSV(B) 246.06º 0.63% 0.67% -
XYZ 12.05 7.99 39.94 -
YUV 78.72 180.64 124.64 -
System Red Green Blue C M Y K H S L
Decimal 74 63 172 0.57 0.63 0 0.33 246.06 0.46 0.46
Hex 4A 3F AC 39 3F 0 21 F6 2E 2E
Octal 112 77 254 71 77 0 41 366 56 56
Binary 1001010 111111 10101100 111001 111111 0 100001 11110110 101110 101110

Color Harmonies of #4A3FAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A3FAC

Black with #4A3FAC

Text Example


Text Example

White with #4A3FAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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