#471FA7

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

Shades of Blue Gem #471FA7

Tints of Blue Gem #471FA7

Color information

#471FA7 (or 0x471FA7) is unknown color: approx Blue Gem. HEX triplet: 47, 1F and A7. RGB value is (71,31,167). Sum of RGB (Red+Green+Blue) = 71+31+167=269 (35% of max value = 765). Red value is 71 (28.12% from 255 or 26.39% from 269); Green value is 31 (12.5% from 255 or 11.52% from 269); Blue value is 167 (65.62% from 255 or 62.08% from 269); Max value from RGB is 167 - color contains mainly: blue. Hex color #471FA7 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #471FA7 is #B8E058. Grayscale: #393939. Windows color (decimal): -12116057 or 10952519. OLE color: 10952519.

HSL color Cylindrical-coordinate representation of color #471FA7: hue angle of 257.65º degrees, saturation: 0.69, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #471FA7 is Cyan = 0.57, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB7131167-
CMYK0.570.8100.35
HSL257.65º68.69%38.82%-
HSV(B)257.65º81.44%65.49%-
XYZ10.065.1137.02-
YUV58.46189.25136.94-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 26.39%
GREEN value IS 31 (12.5% from 255) = 11.52%
BLUE value IS 167 (65.62% from 255) = 62.08%
R=26.39%
G=11.52%
B=62.08%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal71311670.570.8100.35257.6568.6938.82
Hex471FA739510231024527
Octal107372477112104340210547
Binary10001111111110100111111001101000101000111000000101000101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #471FA7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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