Html Css Color HEX #472AAD Blue Gem

📋 copy color: '#472AAD'

red 71 ◦ green 42 ◦ blue 173

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

Shades of Blue Gem #472AAD

Tints of Blue Gem #472AAD

RGB

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

 GREEN value IS 42 (16.8% from 255) = 14.69%

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

R = 24.83%
G = 14.69%
B = 60.49%

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

#472AAD (or 0x472AAD) is known color: Blue Gem. HEX triplet: 47, 2A and AD. RGB value is (71,42,173). Sum of RGB (Red+Green+Blue) = 71+42+173=286 (37% of max value = 765). Red value is 71 (28.12% from 255 or 24.83% from 286); Green value is 42 (16.80% from 255 or 14.69% from 286); Blue value is 173 (67.97% from 255 or 60.49% from 286); Max value from RGB is 173 - color contains mainly: blue. Hex color #472AAD is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #472AAD is #B8D552. Grayscale: #414141. Windows color (decimal): -12113235 or 11348551. OLE color: 11348551.

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

Color convert

RGB 71 42 173 -
CMYK 0.59 0.76 0 0.32
HSL 253.28º 0.61% 0.42% -
HSV(B) 253.28º 0.76% 0.68% -
XYZ 10.97 6.01 40.12 -
YUV 65.61 188.61 131.85 -
System Red Green Blue C M Y K H S L
Decimal 71 42 173 0.59 0.76 0 0.32 253.28 0.61 0.42
Hex 47 2A AD 3B 4C 0 20 FD 3D 2A
Octal 107 52 255 73 114 0 40 375 75 52
Binary 1000111 101010 10101101 111011 1001100 0 100000 11111101 111101 101010

Color Harmonies of #472AAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #472AAD

Black with #472AAD

Text Example


Text Example

White with #472AAD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #472AAD; }

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

 H1.HeaderClassName
 {
   color: #472AAD;
 }
 .AnyTagClassName
 {
   color: #472AAD;
 }
</style>

background-color css

<style>
 a { background-color: #472AAD; }

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

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

border-color css

<style>
 span { border-color: #472AAD; }

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

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