Html Css Color HEX #4939AC Blue Gem

📋 copy color: '#4939AC'

red 73 ◦ green 57 ◦ blue 172

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

Shades of Blue Gem #4939AC

Tints of Blue Gem #4939AC

RGB

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

 GREEN value IS 57 (22.66% from 255) = 18.87%

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

R = 24.17%
G = 18.87%
B = 56.95%

CMYK

 C value IS 0.58

 M value IS 0.67

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#4939AC (or 0x4939AC) is known color: Blue Gem. HEX triplet: 49, 39 and AC. RGB value is (73,57,172). Sum of RGB (Red+Green+Blue) = 73+57+172=302 (40% of max value = 765). Red value is 73 (28.91% from 255 or 24.17% from 302); Green value is 57 (22.66% from 255 or 18.87% from 302); Blue value is 172 (67.58% from 255 or 56.95% from 302); Max value from RGB is 172 - color contains mainly: blue. Hex color #4939AC is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4939AC is #B6C653. Grayscale: #4A4A4A. Windows color (decimal): -11978324 or 11286857. OLE color: 11286857.

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

Color convert

RGB 73 57 172 -
CMYK 0.58 0.67 0 0.33
HSL 248.35º 0.5% 0.45% -
HSV(B) 248.35º 0.67% 0.67% -
XYZ 11.66 7.32 39.83 -
YUV 74.89 182.8 126.65 -
System Red Green Blue C M Y K H S L
Decimal 73 57 172 0.58 0.67 0 0.33 248.35 0.5 0.45
Hex 49 39 AC 3A 43 0 21 F8 32 2D
Octal 111 71 254 72 103 0 41 370 62 55
Binary 1001001 111001 10101100 111010 1000011 0 100001 11111000 110010 101101

Color Harmonies of #4939AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4939AC

Black with #4939AC

Text Example


Text Example

White with #4939AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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