Html Css Color HEX #471AA2 Blue Gem

📋 copy color: '#471AA2'

red 71 ◦ green 26 ◦ blue 162

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

Shades of Blue Gem #471AA2

Tints of Blue Gem #471AA2

RGB

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

 GREEN value IS 26 (10.55% from 255) = 10.04%

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

R = 27.41%
G = 10.04%
B = 62.55%

CMYK

 C value IS 0.56

 M value IS 0.84

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#471AA2 (or 0x471AA2) is known color: Blue Gem. HEX triplet: 47, 1A and A2. RGB value is (71,26,162). Sum of RGB (Red+Green+Blue) = 71+26+162=259 (34% of max value = 765). Red value is 71 (28.12% from 255 or 27.41% from 259); Green value is 26 (10.55% from 255 or 10.04% from 259); Blue value is 162 (63.67% from 255 or 62.55% from 259); Max value from RGB is 162 - color contains mainly: blue. Hex color #471AA2 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #471AA2 is #B8E55D. Grayscale: #363636. Windows color (decimal): -12117342 or 10623559. OLE color: 10623559.

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

Color convert

RGB 71 26 162 -
CMYK 0.56 0.84 0 0.36
HSL 259.85º 0.72% 0.37% -
HSV(B) 259.85º 0.84% 0.64% -
XYZ 9.49 4.69 34.59 -
YUV 54.96 188.41 139.44 -
System Red Green Blue C M Y K H S L
Decimal 71 26 162 0.56 0.84 0 0.36 259.85 0.72 0.37
Hex 47 1A A2 38 54 0 24 104 48 25
Octal 107 32 242 70 124 0 44 404 110 45
Binary 1000111 11010 10100010 111000 1010100 0 100100 100000100 1001000 100101

Color Harmonies of #471AA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #471AA2

Black with #471AA2

Text Example


Text Example

White with #471AA2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #471AA2; }

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

 H1.HeaderClassName
 {
   color: #471AA2;
 }
 .AnyTagClassName
 {
   color: #471AA2;
 }
</style>

background-color css

<style>
 a { background-color: #471AA2; }

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

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

border-color css

<style>
 span { border-color: #471AA2; }

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

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