#472F8B

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

Shades of Blue Gem #472F8B

Tints of Blue Gem #472F8B

Color information

#472F8B (or 0x472F8B) is unknown color: approx Blue Gem. HEX triplet: 47, 2F and 8B. RGB value is (71,47,139). Sum of RGB (Red+Green+Blue) = 71+47+139=257 (34% of max value = 765). Red value is 71 (28.12% from 255 or 27.63% from 257); Green value is 47 (18.75% from 255 or 18.29% from 257); Blue value is 139 (54.69% from 255 or 54.09% from 257); Max value from RGB is 139 - color contains mainly: blue. Hex color #472F8B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #472F8B is #B8D074. Grayscale: #404040. Windows color (decimal): -12111989 or 9121607. OLE color: 9121607.

HSL color Cylindrical-coordinate representation of color #472F8B: hue angle of 255.65º degrees, saturation: 0.49, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #472F8B is Cyan = 0.49, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB7147139-
CMYK0.490.6600.45
HSL255.65º49.46%36.47%-
HSV(B)255.65º66.19%54.51%-
XYZ8.285.2425-
YUV64.66169.95132.52-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 27.63%
GREEN value IS 47 (18.75% from 255) = 18.29%
BLUE value IS 139 (54.69% from 255) = 54.09%
R=27.63%
G=18.29%
B=54.09%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal71471390.490.6600.45255.6549.4636.47
Hex472F8B314202D1003124
Octal10757213611020554006144
Binary10001111011111000101111000110000100101101100000000110001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #472F8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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