Html Css Color HEX #4934AC Blue Gem

📋 copy color: '#4934AC'

red 73 ◦ green 52 ◦ blue 172

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

Shades of Blue Gem #4934AC

Tints of Blue Gem #4934AC

RGB

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

 GREEN value IS 52 (20.7% from 255) = 17.51%

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

R = 24.58%
G = 17.51%
B = 57.91%

CMYK

 C value IS 0.58

 M value IS 0.70

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#4934AC (or 0x4934AC) is known color: Blue Gem. HEX triplet: 49, 34 and AC. RGB value is (73,52,172). Sum of RGB (Red+Green+Blue) = 73+52+172=297 (39% of max value = 765). Red value is 73 (28.91% from 255 or 24.58% from 297); Green value is 52 (20.70% from 255 or 17.51% from 297); Blue value is 172 (67.58% from 255 or 57.91% from 297); Max value from RGB is 172 - color contains mainly: blue. Hex color #4934AC is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4934AC is #B6CB53. Grayscale: #474747. Windows color (decimal): -11979604 or 11285577. OLE color: 11285577.

HSL color Cylindrical-coordinate representation of color #4934AC: hue angle of 250.5º degrees, saturation: 0.54, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #4934AC is Cyan = 0.58, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 73 52 172 -
CMYK 0.58 0.70 0 0.33
HSL 250.5º 0.54% 0.44% -
HSV(B) 250.5º 0.7% 0.67% -
XYZ 11.42 6.85 39.75 -
YUV 71.96 184.46 128.74 -
System Red Green Blue C M Y K H S L
Decimal 73 52 172 0.58 0.70 0 0.33 250.5 0.54 0.44
Hex 49 34 AC 3A 46 0 21 FB 36 2C
Octal 111 64 254 72 106 0 41 373 66 54
Binary 1001001 110100 10101100 111010 1000110 0 100001 11111011 110110 101100

Color Harmonies of #4934AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4934AC

Black with #4934AC

Text Example


Text Example

White with #4934AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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