#472F96

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

Shades of Blue Gem #472F96

Tints of Blue Gem #472F96

Color information

#472F96 (or 0x472F96) is unknown color: approx Blue Gem. HEX triplet: 47, 2F and 96. RGB value is (71,47,150). Sum of RGB (Red+Green+Blue) = 71+47+150=268 (35% of max value = 765). Red value is 71 (28.12% from 255 or 26.49% from 268); Green value is 47 (18.75% from 255 or 17.54% from 268); Blue value is 150 (58.98% from 255 or 55.97% from 268); Max value from RGB is 150 - color contains mainly: blue. Hex color #472F96 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #472F96 is #B8D069. Grayscale: #414141. Windows color (decimal): -12111978 or 9842503. OLE color: 9842503.

HSL color Cylindrical-coordinate representation of color #472F96: hue angle of 253.98º degrees, saturation: 0.52, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #472F96 is Cyan = 0.53, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB7147150-
CMYK0.530.6900.41
HSL253.98º52.28%38.63%-
HSV(B)253.98º68.67%58.82%-
XYZ9.125.5729.45-
YUV65.92175.45131.62-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 26.49%
GREEN value IS 47 (18.75% from 255) = 17.54%
BLUE value IS 150 (58.98% from 255) = 55.97%
R=26.49%
G=17.54%
B=55.97%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal71471500.530.6900.41253.9852.2838.63
Hex472F963545029fe3427
Octal10757226651050513766447
Binary1000111101111100101101101011000101010100111111110110100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #472F96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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