#472E93

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

Shades of Blue Gem #472E93

Tints of Blue Gem #472E93

Color information

#472E93 (or 0x472E93) is unknown color: approx Blue Gem. HEX triplet: 47, 2E and 93. RGB value is (71,46,147). Sum of RGB (Red+Green+Blue) = 71+46+147=264 (34% of max value = 765). Red value is 71 (28.12% from 255 or 26.89% from 264); Green value is 46 (18.36% from 255 or 17.42% from 264); Blue value is 147 (57.81% from 255 or 55.68% from 264); Max value from RGB is 147 - color contains mainly: blue. Hex color #472E93 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #472E93 is #B8D16C. Grayscale: #404040. Windows color (decimal): -12112237 or 9645639. OLE color: 9645639.

HSL color Cylindrical-coordinate representation of color #472E93: hue angle of 254.85º degrees, saturation: 0.52, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #472E93 is Cyan = 0.52, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB7146147-
CMYK0.520.6900.42
HSL254.85º52.33%37.84%-
HSV(B)254.85º68.71%57.65%-
XYZ8.845.428.18-
YUV64.99174.28132.29-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 26.89%
GREEN value IS 46 (18.36% from 255) = 17.42%
BLUE value IS 147 (57.81% from 255) = 55.68%
R=26.89%
G=17.42%
B=55.68%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal71461470.520.6900.42254.8552.3337.84
Hex472E93344502Aff3426
Octal10756223641050523776446
Binary1000111101110100100111101001000101010101011111111110100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #472E93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(71,46,147); }

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

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

 a { background-color: rgb(71,46,147); }

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

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

 span { border-color: rgb(71,46,147); }

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