#4720a7

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

Shades of Blue Gem #4720A7

Tints of Blue Gem #4720A7

Color information

#4720A7 (or 0x4720A7) is unknown color: approx Blue Gem. HEX triplet: 47, 20 and A7. RGB value is (71,32,167). Sum of RGB (Red+Green+Blue) = 71+32+167=270 (35% of max value = 765). Red value is 71 (28.12% from 255 or 26.30% from 270); Green value is 32 (12.89% from 255 or 11.85% from 270); Blue value is 167 (65.62% from 255 or 61.85% from 270); Max value from RGB is 167 - color contains mainly: blue. Hex color #4720A7 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4720A7 is #B8DF58. Grayscale: #3A3A3A. Windows color (decimal): -12115801 or 10952775. OLE color: 10952775.

HSL color Cylindrical-coordinate representation of color #4720A7: hue angle of 257.33º degrees, saturation: 0.68, 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 #4720A7 is Cyan = 0.57, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB7132167-
CMYK0.570.8100.35
HSL257.33º67.84%39.02%-
HSV(B)257.33º80.84%65.49%-
XYZ10.095.1637.02-
YUV59.05188.92136.52-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 26.30%
GREEN value IS 32 (12.89% from 255) = 11.85%
BLUE value IS 167 (65.62% from 255) = 61.85%
R=26.30%
G=11.85%
B=61.85%

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
Decimal71321670.570.8100.35257.3367.8439.02
Hex4720A739510231014427
Octal107402477112104340110447
Binary100011110000010100111111001101000101000111000000011000100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4720a7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4720a7; }

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

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

<style>
 a { background-color: #4720a7; }

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

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

<style>
 span { border-color: #4720a7; }

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

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