#472A9C

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

Shades of Blue Gem #472A9C

Tints of Blue Gem #472A9C

Color information

#472A9C (or 0x472A9C) is unknown color: approx Blue Gem. HEX triplet: 47, 2A and 9C. RGB value is (71,42,156). Sum of RGB (Red+Green+Blue) = 71+42+156=269 (35% of max value = 765). Red value is 71 (28.12% from 255 or 26.39% from 269); Green value is 42 (16.80% from 255 or 15.61% from 269); Blue value is 156 (61.33% from 255 or 57.99% from 269); Max value from RGB is 156 - color contains mainly: blue. Hex color #472A9C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #472A9C is #B8D563. Grayscale: #3F3F3F. Windows color (decimal): -12113252 or 10234439. OLE color: 10234439.

HSL color Cylindrical-coordinate representation of color #472A9C: hue angle of 255.26º degrees, saturation: 0.58, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #472A9C is Cyan = 0.54, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB7142156-
CMYK0.540.7300.39
HSL255.26º57.58%38.82%-
HSV(B)255.26º73.08%61.18%-
XYZ9.435.432-
YUV63.67180.11133.23-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 26.39%
GREEN value IS 42 (16.80% from 255) = 15.61%
BLUE value IS 156 (61.33% from 255) = 57.99%
R=26.39%
G=15.61%
B=57.99%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal71421560.540.7300.39255.2657.5838.82
Hex472A9C3649027ff3a27
Octal10752234661110473777247
Binary1000111101010100111001101101001001010011111111111111010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #472A9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #472A9C; }

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

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

<style>
 a { background-color: #472A9C; }

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

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

<style>
 span { border-color: #472A9C; }

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

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