Html Css Color HEX #4729AA Blue Gem

📋 copy color: '#4729AA'

red 71 ◦ green 41 ◦ blue 170

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

Shades of Blue Gem #4729AA

Tints of Blue Gem #4729AA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 60.28%

R = 25.18%
G = 14.54%
B = 60.28%

CMYK

 C value IS 0.58

 M value IS 0.76

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#4729AA (or 0x4729AA) is known color: Blue Gem. HEX triplet: 47, 29 and AA. RGB value is (71,41,170). Sum of RGB (Red+Green+Blue) = 71+41+170=282 (37% of max value = 765). Red value is 71 (28.12% from 255 or 25.18% from 282); Green value is 41 (16.41% from 255 or 14.54% from 282); Blue value is 170 (66.80% from 255 or 60.28% from 282); Max value from RGB is 170 - color contains mainly: blue. Hex color #4729AA is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4729AA is #B8D655. Grayscale: #404040. Windows color (decimal): -12113494 or 11151687. OLE color: 11151687.

HSL color Cylindrical-coordinate representation of color #4729AA: hue angle of 253.95º degrees, saturation: 0.61, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #4729AA is Cyan = 0.58, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 71 41 170 -
CMYK 0.58 0.76 0 0.33
HSL 253.95º 0.61% 0.41% -
HSV(B) 253.95º 0.76% 0.67% -
XYZ 10.65 5.83 38.59 -
YUV 64.68 187.44 132.51 -
System Red Green Blue C M Y K H S L
Decimal 71 41 170 0.58 0.76 0 0.33 253.95 0.61 0.41
Hex 47 29 AA 3A 4C 0 21 FE 3D 29
Octal 107 51 252 72 114 0 41 376 75 51
Binary 1000111 101001 10101010 111010 1001100 0 100001 11111110 111101 101001

Color Harmonies of #4729AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4729AA

Black with #4729AA

Text Example


Text Example

White with #4729AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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