Html Css Color HEX #472DAE Blue Gem

📋 copy color: '#472DAE'

red 71 ◦ green 45 ◦ blue 174

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

Shades of Blue Gem #472DAE

Tints of Blue Gem #472DAE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 60%

R = 24.48%
G = 15.52%
B = 60%

CMYK

 C value IS 0.59

 M value IS 0.74

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#472DAE (or 0x472DAE) is known color: Blue Gem. HEX triplet: 47, 2D and AE. RGB value is (71,45,174). Sum of RGB (Red+Green+Blue) = 71+45+174=290 (38% of max value = 765). Red value is 71 (28.12% from 255 or 24.48% from 290); Green value is 45 (17.97% from 255 or 15.52% from 290); Blue value is 174 (68.36% from 255 or 60% from 290); Max value from RGB is 174 - color contains mainly: blue. Hex color #472DAE is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #472DAE is #B8D251. Grayscale: #424242. Windows color (decimal): -12112466 or 11414855. OLE color: 11414855.

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

Color convert

RGB 71 45 174 -
CMYK 0.59 0.74 0 0.32
HSL 252.09º 0.59% 0.43% -
HSV(B) 252.09º 0.74% 0.68% -
XYZ 11.18 6.27 40.67 -
YUV 67.48 188.11 130.51 -
System Red Green Blue C M Y K H S L
Decimal 71 45 174 0.59 0.74 0 0.32 252.09 0.59 0.43
Hex 47 2D AE 3B 4A 0 20 FC 3B 2B
Octal 107 55 256 73 112 0 40 374 73 53
Binary 1000111 101101 10101110 111011 1001010 0 100000 11111100 111011 101011

Color Harmonies of #472DAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #472DAE

Black with #472DAE

Text Example


Text Example

White with #472DAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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