#473A9B

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

Shades of Blue Gem #473A9B

Tints of Blue Gem #473A9B

Color information

#473A9B (or 0x473A9B) is unknown color: approx Blue Gem. HEX triplet: 47, 3A and 9B. RGB value is (71,58,155). Sum of RGB (Red+Green+Blue) = 71+58+155=284 (37% of max value = 765). Red value is 71 (28.12% from 255 or 25% from 284); Green value is 58 (23.05% from 255 or 20.42% from 284); Blue value is 155 (60.94% from 255 or 54.58% from 284); Max value from RGB is 155 - color contains mainly: blue. Hex color #473A9B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #473A9B is #B8C564. Grayscale: #484848. Windows color (decimal): -12109157 or 10172999. OLE color: 10172999.

HSL color Cylindrical-coordinate representation of color #473A9B: hue angle of 248.04º degrees, saturation: 0.46, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #473A9B is Cyan = 0.54, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB7158155-
CMYK0.540.6300.39
HSL248.04º45.54%41.76%-
HSV(B)248.04º62.58%60.78%-
XYZ10.036.7331.78-
YUV72.94174.31126.61-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 25%
GREEN value IS 58 (23.05% from 255) = 20.42%
BLUE value IS 155 (60.94% from 255) = 54.58%
R=25%
G=20.42%
B=54.58%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal71581550.540.6300.39248.0445.5441.76
Hex473A9B363F027f82e2a
Octal1077223366770473705652
Binary100011111101010011011110110111111010011111111000101110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #473A9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #473A9B; }

 p { color: rgb(71,58,155); }

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

<style>
 a { background-color: #473A9B; }

 a { background-color: rgb(71,58,155); }

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

<style>
 span { border-color: #473A9B; }

 span { border-color: rgb(71,58,155); }

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