#4720A4

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

Shades of Blue Gem #4720A4

Tints of Blue Gem #4720A4

Color information

#4720A4 (or 0x4720A4) is unknown color: approx Blue Gem. HEX triplet: 47, 20 and A4. RGB value is (71,32,164). Sum of RGB (Red+Green+Blue) = 71+32+164=267 (35% of max value = 765). Red value is 71 (28.12% from 255 or 26.59% from 267); Green value is 32 (12.89% from 255 or 11.99% from 267); Blue value is 164 (64.45% from 255 or 61.42% from 267); Max value from RGB is 164 - color contains mainly: blue. Hex color #4720A4 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4720A4 is #B8DF5B. Grayscale: #3A3A3A. Windows color (decimal): -12115804 or 10756167. OLE color: 10756167.

HSL color Cylindrical-coordinate representation of color #4720A4: hue angle of 257.73º degrees, saturation: 0.67, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #4720A4 is Cyan = 0.57, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB7132164-
CMYK0.570.8000.36
HSL257.73º67.35%38.43%-
HSV(B)257.73º80.49%64.31%-
XYZ9.825.0535.58-
YUV58.71187.42136.77-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 26.59%
GREEN value IS 32 (12.89% from 255) = 11.99%
BLUE value IS 164 (64.45% from 255) = 61.42%
R=26.59%
G=11.99%
B=61.42%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal71321640.570.8000.36257.7367.3538.43
Hex4720A439500241024326
Octal107402447112004440210346
Binary100011110000010100100111001101000001001001000000101000011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4720A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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