#472b8f

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

Shades of Blue Gem #472B8F

Tints of Blue Gem #472B8F

Color information

#472B8F (or 0x472B8F) is unknown color: approx Blue Gem. HEX triplet: 47, 2B and 8F. RGB value is (71,43,143). Sum of RGB (Red+Green+Blue) = 71+43+143=257 (34% of max value = 765). Red value is 71 (28.12% from 255 or 27.63% from 257); Green value is 43 (17.19% from 255 or 16.73% from 257); Blue value is 143 (56.25% from 255 or 55.64% from 257); Max value from RGB is 143 - color contains mainly: blue. Hex color #472B8F is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #472B8F is #B8D470. Grayscale: #3E3E3E. Windows color (decimal): -12113009 or 9382727. OLE color: 9382727.

HSL color Cylindrical-coordinate representation of color #472B8F: hue angle of 256.8º degrees, saturation: 0.54, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #472B8F is Cyan = 0.50, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB7143143-
CMYK0.500.7000.44
HSL256.8º53.76%36.47%-
HSV(B)256.8º69.93%56.08%-
XYZ8.425.0526.52-
YUV62.77173.28133.87-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 27.63%
GREEN value IS 43 (17.19% from 255) = 16.73%
BLUE value IS 143 (56.25% from 255) = 55.64%
R=27.63%
G=16.73%
B=55.64%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal71431430.500.7000.44256.853.7636.47
Hex472B8F324602C1013624
Octal10753217621060544016644
Binary10001111010111000111111001010001100101100100000001110110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #472b8f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(71,43,143); }

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

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

 a { background-color: rgb(71,43,143); }

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

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

 span { border-color: rgb(71,43,143); }

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