Html Css Color HEX #472EAC Blue Gem

📋 copy color: '#472EAC'

red 71 ◦ green 46 ◦ blue 172

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

Shades of Blue Gem #472EAC

Tints of Blue Gem #472EAC

RGB

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

 GREEN value IS 46 (18.36% from 255) = 15.92%

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

R = 24.57%
G = 15.92%
B = 59.52%

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

#472EAC (or 0x472EAC) is known color: Blue Gem. HEX triplet: 47, 2E and AC. RGB value is (71,46,172). Sum of RGB (Red+Green+Blue) = 71+46+172=289 (38% of max value = 765). Red value is 71 (28.12% from 255 or 24.57% from 289); Green value is 46 (18.36% from 255 or 15.92% from 289); Blue value is 172 (67.58% from 255 or 59.52% from 289); Max value from RGB is 172 - color contains mainly: blue. Hex color #472EAC is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #472EAC is #B8D153. Grayscale: #434343. Windows color (decimal): -12112212 or 11284039. OLE color: 11284039.

HSL color Cylindrical-coordinate representation of color #472EAC: hue angle of 251.9º degrees, saturation: 0.58, 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 #472EAC is Cyan = 0.59, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 71 46 172 -
CMYK 0.59 0.73 0 0.33
HSL 251.9º 0.58% 0.43% -
HSV(B) 251.9º 0.73% 0.67% -
XYZ 11.02 6.27 39.66 -
YUV 67.84 186.78 130.25 -
System Red Green Blue C M Y K H S L
Decimal 71 46 172 0.59 0.73 0 0.33 251.9 0.58 0.43
Hex 47 2E AC 3B 49 0 21 FC 3A 2B
Octal 107 56 254 73 111 0 41 374 72 53
Binary 1000111 101110 10101100 111011 1001001 0 100001 11111100 111010 101011

Color Harmonies of #472EAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #472EAC

Black with #472EAC

Text Example


Text Example

White with #472EAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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