Html Css Color HEX #472CAF Blue Gem

📋 copy color: '#472CAF'

red 71 ◦ green 44 ◦ blue 175

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

Shades of Blue Gem #472CAF

Tints of Blue Gem #472CAF

RGB

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

 GREEN value IS 44 (17.58% from 255) = 15.17%

 BLUE value IS 175 (68.75% from 255) = 60.34%

R = 24.48%
G = 15.17%
B = 60.34%

CMYK

 C value IS 0.59

 M value IS 0.75

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#472CAF (or 0x472CAF) is known color: Blue Gem. HEX triplet: 47, 2C and AF. RGB value is (71,44,175). Sum of RGB (Red+Green+Blue) = 71+44+175=290 (38% of max value = 765). Red value is 71 (28.12% from 255 or 24.48% from 290); Green value is 44 (17.58% from 255 or 15.17% from 290); Blue value is 175 (68.75% from 255 or 60.34% from 290); Max value from RGB is 175 - color contains mainly: blue. Hex color #472CAF is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #472CAF is #B8D350. Grayscale: #424242. Windows color (decimal): -12112721 or 11480135. OLE color: 11480135.

HSL color Cylindrical-coordinate representation of color #472CAF: hue angle of 252.37º degrees, saturation: 0.6, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #472CAF is Cyan = 0.59, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 71 44 175 -
CMYK 0.59 0.75 0 0.31
HSL 252.37º 0.6% 0.43% -
HSV(B) 252.37º 0.75% 0.69% -
XYZ 11.24 6.24 41.17 -
YUV 67.01 188.95 130.85 -
System Red Green Blue C M Y K H S L
Decimal 71 44 175 0.59 0.75 0 0.31 252.37 0.6 0.43
Hex 47 2C AF 3B 4B 0 1F FC 3C 2B
Octal 107 54 257 73 113 0 37 374 74 53
Binary 1000111 101100 10101111 111011 1001011 0 11111 11111100 111100 101011

Color Harmonies of #472CAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #472CAF

Black with #472CAF

Text Example


Text Example

White with #472CAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(71,44,175); }

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

background-color css

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

 a { background-color: rgb(71,44,175); }

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

border-color css

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

 span { border-color: rgb(71,44,175); }

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