Html Css Color HEX #472FAD Blue Gem

📋 copy color: '#472FAD'

red 71 ◦ green 47 ◦ blue 173

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

Shades of Blue Gem #472FAD

Tints of Blue Gem #472FAD

RGB

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

 GREEN value IS 47 (18.75% from 255) = 16.15%

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

R = 24.4%
G = 16.15%
B = 59.45%

CMYK

 C value IS 0.59

 M value IS 0.73

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#472FAD (or 0x472FAD) is known color: Blue Gem. HEX triplet: 47, 2F and AD. RGB value is (71,47,173). Sum of RGB (Red+Green+Blue) = 71+47+173=291 (38% of max value = 765). Red value is 71 (28.12% from 255 or 24.40% from 291); Green value is 47 (18.75% from 255 or 16.15% from 291); Blue value is 173 (67.97% from 255 or 59.45% from 291); Max value from RGB is 173 - color contains mainly: blue. Hex color #472FAD is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #472FAD is #B8D052. Grayscale: #444444. Windows color (decimal): -12111955 or 11349831. OLE color: 11349831.

HSL color Cylindrical-coordinate representation of color #472FAD: hue angle of 251.43º degrees, saturation: 0.57, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #472FAD is Cyan = 0.59, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 71 47 173 -
CMYK 0.59 0.73 0 0.32
HSL 251.43º 0.57% 0.43% -
HSV(B) 251.43º 0.73% 0.68% -
XYZ 11.16 6.39 40.18 -
YUV 68.54 186.95 129.75 -
System Red Green Blue C M Y K H S L
Decimal 71 47 173 0.59 0.73 0 0.32 251.43 0.57 0.43
Hex 47 2F AD 3B 49 0 20 FB 39 2B
Octal 107 57 255 73 111 0 40 373 71 53
Binary 1000111 101111 10101101 111011 1001001 0 100000 11111011 111001 101011

Color Harmonies of #472FAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #472FAD

Black with #472FAD

Text Example


Text Example

White with #472FAD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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