Html Css Color HEX #4727AC Blue Gem

📋 copy color: '#4727AC'

red 71 ◦ green 39 ◦ blue 172

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

Shades of Blue Gem #4727AC

Tints of Blue Gem #4727AC

RGB

 RED value IS 71 (28.13% from 255) = 25.18%

 GREEN value IS 39 (15.63% from 255) = 13.83%

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

R = 25.18%
G = 13.83%
B = 60.99%

CMYK

 C value IS 0.59

 M value IS 0.77

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#4727AC (or 0x4727AC) is known color: Blue Gem. HEX triplet: 47, 27 and AC. RGB value is (71,39,172). Sum of RGB (Red+Green+Blue) = 71+39+172=282 (37% of max value = 765). Red value is 71 (28.12% from 255 or 25.18% from 282); Green value is 39 (15.62% from 255 or 13.83% from 282); Blue value is 172 (67.58% from 255 or 60.99% from 282); Max value from RGB is 172 - color contains mainly: blue. Hex color #4727AC is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4727AC is #B8D853. Grayscale: #3F3F3F. Windows color (decimal): -12114004 or 11282247. OLE color: 11282247.

HSL color Cylindrical-coordinate representation of color #4727AC: hue angle of 254.44º degrees, saturation: 0.63, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #4727AC is Cyan = 0.59, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 71 39 172 -
CMYK 0.59 0.77 0 0.33
HSL 254.44º 0.63% 0.41% -
HSV(B) 254.44º 0.77% 0.67% -
XYZ 10.77 5.77 39.58 -
YUV 63.73 189.1 133.19 -
System Red Green Blue C M Y K H S L
Decimal 71 39 172 0.59 0.77 0 0.33 254.44 0.63 0.41
Hex 47 27 AC 3B 4D 0 21 FE 3F 29
Octal 107 47 254 73 115 0 41 376 77 51
Binary 1000111 100111 10101100 111011 1001101 0 100001 11111110 111111 101001

Color Harmonies of #4727AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4727AC

Black with #4727AC

Text Example


Text Example

White with #4727AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(71,39,172); }

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

background-color css

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

 a { background-color: rgb(71,39,172); }

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

border-color css

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

 span { border-color: rgb(71,39,172); }

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