#472fab

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

Shades of Blue Gem #472FAB

Tints of Blue Gem #472FAB

Color information

#472FAB (or 0x472FAB) is unknown color: approx Blue Gem. HEX triplet: 47, 2F and AB. RGB value is (71,47,171). Sum of RGB (Red+Green+Blue) = 71+47+171=289 (38% of max value = 765). Red value is 71 (28.12% from 255 or 24.57% from 289); Green value is 47 (18.75% from 255 or 16.26% from 289); Blue value is 171 (67.19% from 255 or 59.17% from 289); Max value from RGB is 171 - color contains mainly: blue. Hex color #472FAB is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #472FAB is #B8D054. Grayscale: #434343. Windows color (decimal): -12111957 or 11218759. OLE color: 11218759.

HSL color Cylindrical-coordinate representation of color #472FAB: hue angle of 251.61º degrees, saturation: 0.57, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #472FAB is Cyan = 0.58, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB7147171-
CMYK0.580.7300.33
HSL251.61º56.88%42.75%-
HSV(B)251.61º72.51%67.06%-
XYZ10.976.3139.17-
YUV68.31185.95129.92-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 24.57%
GREEN value IS 47 (18.75% from 255) = 16.26%
BLUE value IS 171 (67.19% from 255) = 59.17%
R=24.57%
G=16.26%
B=59.17%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal71471710.580.7300.33251.6156.8842.75
Hex472FAB3A49021fc392b
Octal10757253721110413747153
Binary1000111101111101010111110101001001010000111111100111001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #472fab

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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