#473CAC

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

Shades of Blue Gem #473CAC

Tints of Blue Gem #473CAC

Color information

#473CAC (or 0x473CAC) is unknown color: approx Blue Gem. HEX triplet: 47, 3C and AC. RGB value is (71,60,172). Sum of RGB (Red+Green+Blue) = 71+60+172=303 (40% of max value = 765). Red value is 71 (28.12% from 255 or 23.43% from 303); Green value is 60 (23.83% from 255 or 19.80% from 303); Blue value is 172 (67.58% from 255 or 56.77% from 303); Max value from RGB is 172 - color contains mainly: blue. Hex color #473CAC is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #473CAC is #B8C353. Grayscale: #4B4B4B. Windows color (decimal): -12108628 or 11287623. OLE color: 11287623.

HSL color Cylindrical-coordinate representation of color #473CAC: hue angle of 245.89º degrees, saturation: 0.48, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #473CAC is Cyan = 0.59, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB7160172-
CMYK0.590.6500.33
HSL245.89º48.28%45.49%-
HSV(B)245.89º65.12%67.45%-
XYZ11.667.5539.87-
YUV76.06182.14124.39-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 23.43%
GREEN value IS 60 (23.83% from 255) = 19.80%
BLUE value IS 172 (67.58% from 255) = 56.77%
R=23.43%
G=19.80%
B=56.77%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal71601720.590.6500.33245.8948.2845.49
Hex473CAC3B41021f6302d
Octal10774254731010413666055
Binary1000111111100101011001110111000001010000111110110110000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #473CAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(71,60,172); }

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

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

 a { background-color: rgb(71,60,172); }

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

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

 span { border-color: rgb(71,60,172); }

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