Html Css Color HEX #472AAA Blue Gem

📋 copy color: '#472AAA'

red 71 ◦ green 42 ◦ blue 170

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

Shades of Blue Gem #472AAA

Tints of Blue Gem #472AAA

RGB

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

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

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

R = 25.09%
G = 14.84%
B = 60.07%

CMYK

 C value IS 0.58

 M value IS 0.75

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#472AAA (or 0x472AAA) is known color: Blue Gem. HEX triplet: 47, 2A and AA. RGB value is (71,42,170). Sum of RGB (Red+Green+Blue) = 71+42+170=283 (37% of max value = 765). Red value is 71 (28.12% from 255 or 25.09% from 283); Green value is 42 (16.80% from 255 or 14.84% from 283); Blue value is 170 (66.80% from 255 or 60.07% from 283); Max value from RGB is 170 - color contains mainly: blue. Hex color #472AAA is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #472AAA is #B8D555. Grayscale: #404040. Windows color (decimal): -12113238 or 11151943. OLE color: 11151943.

HSL color Cylindrical-coordinate representation of color #472AAA: hue angle of 253.59º degrees, saturation: 0.6, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #472AAA is Cyan = 0.58, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 71 42 170 -
CMYK 0.58 0.75 0 0.33
HSL 253.59º 0.6% 0.42% -
HSV(B) 253.59º 0.75% 0.67% -
XYZ 10.68 5.9 38.61 -
YUV 65.26 187.11 132.09 -
System Red Green Blue C M Y K H S L
Decimal 71 42 170 0.58 0.75 0 0.33 253.59 0.6 0.42
Hex 47 2A AA 3A 4B 0 21 FE 3C 2A
Octal 107 52 252 72 113 0 41 376 74 52
Binary 1000111 101010 10101010 111010 1001011 0 100001 11111110 111100 101010

Color Harmonies of #472AAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #472AAA

Black with #472AAA

Text Example


Text Example

White with #472AAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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