Html Css Color HEX #4931AC Blue Gem

📋 copy color: '#4931AC'

red 73 ◦ green 49 ◦ blue 172

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

Shades of Blue Gem #4931AC

Tints of Blue Gem #4931AC

RGB

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

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

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

R = 24.83%
G = 16.67%
B = 58.5%

CMYK

 C value IS 0.58

 M value IS 0.72

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#4931AC (or 0x4931AC) is known color: Blue Gem. HEX triplet: 49, 31 and AC. RGB value is (73,49,172). Sum of RGB (Red+Green+Blue) = 73+49+172=294 (38% of max value = 765). Red value is 73 (28.91% from 255 or 24.83% from 294); Green value is 49 (19.53% from 255 or 16.67% from 294); Blue value is 172 (67.58% from 255 or 58.50% from 294); Max value from RGB is 172 - color contains mainly: blue. Hex color #4931AC is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4931AC is #B6CE53. Grayscale: #454545. Windows color (decimal): -11980372 or 11284809. OLE color: 11284809.

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

Color convert

RGB 73 49 172 -
CMYK 0.58 0.72 0 0.33
HSL 251.71º 0.56% 0.43% -
HSV(B) 251.71º 0.72% 0.67% -
XYZ 11.29 6.59 39.71 -
YUV 70.2 185.45 130 -
System Red Green Blue C M Y K H S L
Decimal 73 49 172 0.58 0.72 0 0.33 251.71 0.56 0.43
Hex 49 31 AC 3A 48 0 21 FC 38 2B
Octal 111 61 254 72 110 0 41 374 70 53
Binary 1001001 110001 10101100 111010 1001000 0 100001 11111100 111000 101011

Color Harmonies of #4931AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4931AC

Black with #4931AC

Text Example


Text Example

White with #4931AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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