Html Css Color HEX #472FAC Blue Gem

📋 copy color: '#472FAC'

red 71 ◦ green 47 ◦ blue 172

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

Shades of Blue Gem #472FAC

Tints of Blue Gem #472FAC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 59.31%

R = 24.48%
G = 16.21%
B = 59.31%

CMYK

 C value IS 0.59

 M value IS 0.73

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#472FAC (or 0x472FAC) is known color: Blue Gem. HEX triplet: 47, 2F and AC. RGB value is (71,47,172). Sum of RGB (Red+Green+Blue) = 71+47+172=290 (38% of max value = 765). Red value is 71 (28.12% from 255 or 24.48% from 290); Green value is 47 (18.75% from 255 or 16.21% from 290); Blue value is 172 (67.58% from 255 or 59.31% from 290); Max value from RGB is 172 - color contains mainly: blue. Hex color #472FAC is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #472FAC is #B8D053. Grayscale: #434343. Windows color (decimal): -12111956 or 11284295. OLE color: 11284295.

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

Color convert

RGB 71 47 172 -
CMYK 0.59 0.73 0 0.33
HSL 251.52º 0.57% 0.43% -
HSV(B) 251.52º 0.73% 0.67% -
XYZ 11.06 6.35 39.67 -
YUV 68.43 186.45 129.84 -
System Red Green Blue C M Y K H S L
Decimal 71 47 172 0.59 0.73 0 0.33 251.52 0.57 0.43
Hex 47 2F AC 3B 49 0 21 FC 39 2B
Octal 107 57 254 73 111 0 41 374 71 53
Binary 1000111 101111 10101100 111011 1001001 0 100001 11111100 111001 101011

Color Harmonies of #472FAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #472FAC

Black with #472FAC

Text Example


Text Example

White with #472FAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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