Html Css Color HEX #472EA2 Blue Gem

📋 copy color: '#472EA2'

red 71 ◦ green 46 ◦ blue 162

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

Shades of Blue Gem #472EA2

Tints of Blue Gem #472EA2

RGB

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

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

 BLUE value IS 162 (63.67% from 255) = 58.06%

R = 25.45%
G = 16.49%
B = 58.06%

CMYK

 C value IS 0.56

 M value IS 0.72

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#472EA2 (or 0x472EA2) is known color: Blue Gem. HEX triplet: 47, 2E and A2. RGB value is (71,46,162). Sum of RGB (Red+Green+Blue) = 71+46+162=279 (36% of max value = 765). Red value is 71 (28.12% from 255 or 25.45% from 279); Green value is 46 (18.36% from 255 or 16.49% from 279); Blue value is 162 (63.67% from 255 or 58.06% from 279); Max value from RGB is 162 - color contains mainly: blue. Hex color #472EA2 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #472EA2 is #B8D15D. Grayscale: #424242. Windows color (decimal): -12112222 or 10628679. OLE color: 10628679.

HSL color Cylindrical-coordinate representation of color #472EA2: hue angle of 252.93º degrees, saturation: 0.56, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #472EA2 is Cyan = 0.56, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB 71 46 162 -
CMYK 0.56 0.72 0 0.36
HSL 252.93º 0.56% 0.41% -
HSV(B) 252.93º 0.72% 0.64% -
XYZ 10.1 5.9 34.79 -
YUV 66.7 181.78 131.07 -
System Red Green Blue C M Y K H S L
Decimal 71 46 162 0.56 0.72 0 0.36 252.93 0.56 0.41
Hex 47 2E A2 38 48 0 24 FD 38 29
Octal 107 56 242 70 110 0 44 375 70 51
Binary 1000111 101110 10100010 111000 1001000 0 100100 11111101 111000 101001

Color Harmonies of #472EA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #472EA2

Black with #472EA2

Text Example


Text Example

White with #472EA2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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