#471FA4

Color #471FA4 Blue Gem (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blue Gem #471FA4

Tints of Blue Gem #471FA4

Color information

#471FA4 (or 0x471FA4) is unknown color: approx Blue Gem. HEX triplet: 47, 1F and A4. RGB value is (71,31,164). Sum of RGB (Red+Green+Blue) = 71+31+164=266 (35% of max value = 765). Red value is 71 (28.12% from 255 or 26.69% from 266); Green value is 31 (12.5% from 255 or 11.65% from 266); Blue value is 164 (64.45% from 255 or 61.65% from 266); Max value from RGB is 164 - color contains mainly: blue. Hex color #471FA4 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #471FA4 is #B8E05B. Grayscale: #393939. Windows color (decimal): -12116060 or 10755911. OLE color: 10755911.

HSL color Cylindrical-coordinate representation of color #471FA4: hue angle of 258.05º degrees, saturation: 0.68, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #471FA4 is Cyan = 0.57, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB7131164-
CMYK0.570.8100.36
HSL258.05º68.21%38.24%-
HSV(B)258.05º81.1%64.31%-
XYZ9.79535.57-
YUV58.12187.75137.19-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 26.69%
GREEN value IS 31 (12.5% from 255) = 11.65%
BLUE value IS 164 (64.45% from 255) = 61.65%
R=26.69%
G=11.65%
B=61.65%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal71311640.570.8100.36258.0568.2138.24
Hex471FA439510241024426
Octal107372447112104440210446
Binary10001111111110100100111001101000101001001000000101000100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #471FA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(71,31,164); }

 H1.HeaderClassName
 {
   color: #471FA4;
 }
 .AnyTagClassName
 {
   color: #471FA4;
 }
</style>
background-color css

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

 a { background-color: rgb(71,31,164); }

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

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

 span { border-color: rgb(71,31,164); }

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