#472FAF

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

Shades of Blue Gem #472FAF

Tints of Blue Gem #472FAF

Color information

#472FAF (or 0x472FAF) is unknown color: approx Blue Gem. HEX triplet: 47, 2F and AF. RGB value is (71,47,175). Sum of RGB (Red+Green+Blue) = 71+47+175=293 (38% of max value = 765). Red value is 71 (28.12% from 255 or 24.23% from 293); Green value is 47 (18.75% from 255 or 16.04% from 293); Blue value is 175 (68.75% from 255 or 59.73% from 293); Max value from RGB is 175 - color contains mainly: blue. Hex color #472FAF is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #472FAF is #B8D050. Grayscale: #444444. Windows color (decimal): -12111953 or 11480903. OLE color: 11480903.

HSL color Cylindrical-coordinate representation of color #472FAF: hue angle of 251.25º degrees, saturation: 0.58, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #472FAF is Cyan = 0.59, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB7147175-
CMYK0.590.7300.31
HSL251.25º57.66%43.53%-
HSV(B)251.25º73.14%68.63%-
XYZ11.356.4741.21-
YUV68.77187.95129.59-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 24.23%
GREEN value IS 47 (18.75% from 255) = 16.04%
BLUE value IS 175 (68.75% from 255) = 59.73%
R=24.23%
G=16.04%
B=59.73%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal71471750.590.7300.31251.2557.6643.53
Hex472FAF3B4901Ffb3a2c
Octal10757257731110373737254
Binary100011110111110101111111011100100101111111111011111010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #472FAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(71,47,175); }

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

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

 a { background-color: rgb(71,47,175); }

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

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

 span { border-color: rgb(71,47,175); }

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