Html Css Color HEX #4729AD Blue Gem

📋 copy color: '#4729AD'

red 71 ◦ green 41 ◦ blue 173

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

Shades of Blue Gem #4729AD

Tints of Blue Gem #4729AD

RGB

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

 GREEN value IS 41 (16.41% from 255) = 14.39%

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

R = 24.91%
G = 14.39%
B = 60.7%

CMYK

 C value IS 0.59

 M value IS 0.76

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#4729AD (or 0x4729AD) is known color: Blue Gem. HEX triplet: 47, 29 and AD. RGB value is (71,41,173). Sum of RGB (Red+Green+Blue) = 71+41+173=285 (37% of max value = 765). Red value is 71 (28.12% from 255 or 24.91% from 285); Green value is 41 (16.41% from 255 or 14.39% from 285); Blue value is 173 (67.97% from 255 or 60.70% from 285); Max value from RGB is 173 - color contains mainly: blue. Hex color #4729AD is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4729AD is #B8D652. Grayscale: #404040. Windows color (decimal): -12113491 or 11348295. OLE color: 11348295.

HSL color Cylindrical-coordinate representation of color #4729AD: hue angle of 253.64º degrees, saturation: 0.62, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #4729AD is Cyan = 0.59, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 71 41 173 -
CMYK 0.59 0.76 0 0.32
HSL 253.64º 0.62% 0.42% -
HSV(B) 253.64º 0.76% 0.68% -
XYZ 10.93 5.94 40.11 -
YUV 65.02 188.94 132.27 -
System Red Green Blue C M Y K H S L
Decimal 71 41 173 0.59 0.76 0 0.32 253.64 0.62 0.42
Hex 47 29 AD 3B 4C 0 20 FE 3E 2A
Octal 107 51 255 73 114 0 40 376 76 52
Binary 1000111 101001 10101101 111011 1001100 0 100000 11111110 111110 101010

Color Harmonies of #4729AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4729AD

Black with #4729AD

Text Example


Text Example

White with #4729AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(71,41,173); }

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

background-color css

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

 a { background-color: rgb(71,41,173); }

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

border-color css

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

 span { border-color: rgb(71,41,173); }

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