Html Css Color HEX #472DAA Blue Gem

📋 copy color: '#472DAA'

red 71 ◦ green 45 ◦ blue 170

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

Shades of Blue Gem #472DAA

Tints of Blue Gem #472DAA

RGB

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

 GREEN value IS 45 (17.97% from 255) = 15.73%

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

R = 24.83%
G = 15.73%
B = 59.44%

CMYK

 C value IS 0.58

 M value IS 0.74

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#472DAA (or 0x472DAA) is known color: Blue Gem. HEX triplet: 47, 2D and AA. RGB value is (71,45,170). Sum of RGB (Red+Green+Blue) = 71+45+170=286 (37% of max value = 765). Red value is 71 (28.12% from 255 or 24.83% from 286); Green value is 45 (17.97% from 255 or 15.73% from 286); Blue value is 170 (66.80% from 255 or 59.44% from 286); Max value from RGB is 170 - color contains mainly: blue. Hex color #472DAA is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #472DAA is #B8D255. Grayscale: #424242. Windows color (decimal): -12112470 or 11152711. OLE color: 11152711.

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

Color convert

RGB 71 45 170 -
CMYK 0.58 0.74 0 0.33
HSL 252.48º 0.58% 0.42% -
HSV(B) 252.48º 0.74% 0.67% -
XYZ 10.79 6.12 38.64 -
YUV 67.02 186.11 130.84 -
System Red Green Blue C M Y K H S L
Decimal 71 45 170 0.58 0.74 0 0.33 252.48 0.58 0.42
Hex 47 2D AA 3A 4A 0 21 FC 3A 2A
Octal 107 55 252 72 112 0 41 374 72 52
Binary 1000111 101101 10101010 111010 1001010 0 100001 11111100 111010 101010

Color Harmonies of #472DAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #472DAA

Black with #472DAA

Text Example


Text Example

White with #472DAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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