Html Css Color HEX #4931AD Blue Gem

📋 copy color: '#4931AD'

red 73 ◦ green 49 ◦ blue 173

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

Shades of Blue Gem #4931AD

Tints of Blue Gem #4931AD

RGB

 RED value IS 73 (28.91% from 255) = 24.75%

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

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

R = 24.75%
G = 16.61%
B = 58.64%

CMYK

 C value IS 0.58

 M value IS 0.72

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#4931AD (or 0x4931AD) is known color: Blue Gem. HEX triplet: 49, 31 and AD. RGB value is (73,49,173). Sum of RGB (Red+Green+Blue) = 73+49+173=295 (39% of max value = 765). Red value is 73 (28.91% from 255 or 24.75% from 295); Green value is 49 (19.53% from 255 or 16.61% from 295); Blue value is 173 (67.97% from 255 or 58.64% from 295); Max value from RGB is 173 - color contains mainly: blue. Hex color #4931AD is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4931AD is #B6CE52. Grayscale: #454545. Windows color (decimal): -11980371 or 11350345. OLE color: 11350345.

HSL color Cylindrical-coordinate representation of color #4931AD: hue angle of 251.61º 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 #4931AD is Cyan = 0.58, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 73 49 173 -
CMYK 0.58 0.72 0 0.32
HSL 251.61º 0.56% 0.44% -
HSV(B) 251.61º 0.72% 0.68% -
XYZ 11.39 6.63 40.21 -
YUV 70.31 185.95 129.92 -
System Red Green Blue C M Y K H S L
Decimal 73 49 173 0.58 0.72 0 0.32 251.61 0.56 0.44
Hex 49 31 AD 3A 48 0 20 FC 38 2C
Octal 111 61 255 72 110 0 40 374 70 54
Binary 1001001 110001 10101101 111010 1001000 0 100000 11111100 111000 101100

Color Harmonies of #4931AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4931AD

Black with #4931AD

Text Example


Text Example

White with #4931AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4931AD; }

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

 H1.HeaderClassName
 {
   color: #4931AD;
 }
 .AnyTagClassName
 {
   color: #4931AD;
 }
</style>

background-color css

<style>
 a { background-color: #4931AD; }

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

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

border-color css

<style>
 span { border-color: #4931AD; }

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

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