Html Css Color HEX #4A31AD Blue Gem

📋 copy color: '#4A31AD'

red 74 ◦ green 49 ◦ blue 173

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

Shades of Blue Gem #4A31AD

Tints of Blue Gem #4A31AD

RGB

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

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

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

R = 25%
G = 16.55%
B = 58.45%

CMYK

 C value IS 0.57

 M value IS 0.72

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#4A31AD (or 0x4A31AD) is known color: Blue Gem. HEX triplet: 4A, 31 and AD. RGB value is (74,49,173). Sum of RGB (Red+Green+Blue) = 74+49+173=296 (39% of max value = 765). Red value is 74 (29.30% from 255 or 25% from 296); Green value is 49 (19.53% from 255 or 16.55% from 296); Blue value is 173 (67.97% from 255 or 58.45% from 296); Max value from RGB is 173 - color contains mainly: blue. Hex color #4A31AD is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4A31AD is #B5CE52. Grayscale: #464646. Windows color (decimal): -11914835 or 11350346. OLE color: 11350346.

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

Color convert

RGB 74 49 173 -
CMYK 0.57 0.72 0 0.32
HSL 252.1º 0.56% 0.44% -
HSV(B) 252.1º 0.72% 0.68% -
XYZ 11.47 6.67 40.22 -
YUV 70.61 185.78 130.42 -
System Red Green Blue C M Y K H S L
Decimal 74 49 173 0.57 0.72 0 0.32 252.1 0.56 0.44
Hex 4A 31 AD 39 48 0 20 FC 38 2C
Octal 112 61 255 71 110 0 40 374 70 54
Binary 1001010 110001 10101101 111001 1001000 0 100000 11111100 111000 101100

Color Harmonies of #4A31AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A31AD

Black with #4A31AD

Text Example


Text Example

White with #4A31AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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