Html Css Color HEX #4A31AC Blue Gem

📋 copy color: '#4A31AC'

red 74 ◦ green 49 ◦ blue 172

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

Shades of Blue Gem #4A31AC

Tints of Blue Gem #4A31AC

RGB

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

 GREEN value IS 49 (19.53% from 255) = 16.61%

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

R = 25.08%
G = 16.61%
B = 58.31%

CMYK

 C value IS 0.57

 M value IS 0.72

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#4A31AC (or 0x4A31AC) is known color: Blue Gem. HEX triplet: 4A, 31 and AC. RGB value is (74,49,172). Sum of RGB (Red+Green+Blue) = 74+49+172=295 (39% of max value = 765). Red value is 74 (29.30% from 255 or 25.08% from 295); Green value is 49 (19.53% from 255 or 16.61% from 295); Blue value is 172 (67.58% from 255 or 58.31% from 295); Max value from RGB is 172 - color contains mainly: blue. Hex color #4A31AC is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4A31AC is #B5CE53. Grayscale: #464646. Windows color (decimal): -11914836 or 11284810. OLE color: 11284810.

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

Color convert

RGB 74 49 172 -
CMYK 0.57 0.72 0 0.33
HSL 252.2º 0.56% 0.43% -
HSV(B) 252.2º 0.72% 0.67% -
XYZ 11.37 6.63 39.71 -
YUV 70.5 185.28 130.5 -
System Red Green Blue C M Y K H S L
Decimal 74 49 172 0.57 0.72 0 0.33 252.2 0.56 0.43
Hex 4A 31 AC 39 48 0 21 FC 38 2B
Octal 112 61 254 71 110 0 41 374 70 53
Binary 1001010 110001 10101100 111001 1001000 0 100001 11111100 111000 101011

Color Harmonies of #4A31AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A31AC

Black with #4A31AC

Text Example


Text Example

White with #4A31AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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