Html Css Color HEX #4729AE Blue Gem

📋 copy color: '#4729AE'

red 71 ◦ green 41 ◦ blue 174

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

Shades of Blue Gem #4729AE

Tints of Blue Gem #4729AE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 60.84%

R = 24.83%
G = 14.34%
B = 60.84%

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

#4729AE (or 0x4729AE) is known color: Blue Gem. HEX triplet: 47, 29 and AE. RGB value is (71,41,174). Sum of RGB (Red+Green+Blue) = 71+41+174=286 (37% of max value = 765). Red value is 71 (28.12% from 255 or 24.83% from 286); Green value is 41 (16.41% from 255 or 14.34% from 286); Blue value is 174 (68.36% from 255 or 60.84% from 286); Max value from RGB is 174 - color contains mainly: blue. Hex color #4729AE is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4729AE is #B8D651. Grayscale: #404040. Windows color (decimal): -12113490 or 11413831. OLE color: 11413831.

HSL color Cylindrical-coordinate representation of color #4729AE: hue angle of 253.53º 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 #4729AE is Cyan = 0.59, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 71 41 174 -
CMYK 0.59 0.76 0 0.32
HSL 253.53º 0.62% 0.42% -
HSV(B) 253.53º 0.76% 0.68% -
XYZ 11.03 5.98 40.62 -
YUV 65.13 189.44 132.19 -
System Red Green Blue C M Y K H S L
Decimal 71 41 174 0.59 0.76 0 0.32 253.53 0.62 0.42
Hex 47 29 AE 3B 4C 0 20 FE 3E 2A
Octal 107 51 256 73 114 0 40 376 76 52
Binary 1000111 101001 10101110 111011 1001100 0 100000 11111110 111110 101010

Color Harmonies of #4729AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4729AE

Black with #4729AE

Text Example


Text Example

White with #4729AE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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