#471E9C

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

Shades of Blue Gem #471E9C

Tints of Blue Gem #471E9C

Color information

#471E9C (or 0x471E9C) is unknown color: approx Blue Gem. HEX triplet: 47, 1E and 9C. RGB value is (71,30,156). Sum of RGB (Red+Green+Blue) = 71+30+156=257 (34% of max value = 765). Red value is 71 (28.12% from 255 or 27.63% from 257); Green value is 30 (12.11% from 255 or 11.67% from 257); Blue value is 156 (61.33% from 255 or 60.70% from 257); Max value from RGB is 156 - color contains mainly: blue. Hex color #471E9C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #471E9C is #B8E163. Grayscale: #383838. Windows color (decimal): -12116324 or 10231367. OLE color: 10231367.

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

Color convert

RGB7130156-
CMYK0.540.8100.39
HSL259.52º67.74%36.47%-
HSV(B)259.52º80.77%61.18%-
XYZ9.064.6731.88-
YUV56.62184.08138.25-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 27.63%
GREEN value IS 30 (12.11% from 255) = 11.67%
BLUE value IS 156 (61.33% from 255) = 60.70%
R=27.63%
G=11.67%
B=60.70%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal71301560.540.8100.39259.5267.7436.47
Hex471E9C36510271044424
Octal107362346612104740410444
Binary10001111111010011100110110101000101001111000001001000100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #471E9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(71,30,156); }

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

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

 a { background-color: rgb(71,30,156); }

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

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

 span { border-color: rgb(71,30,156); }

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