#473CAA

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

Shades of Blue Gem #473CAA

Tints of Blue Gem #473CAA

Color information

#473CAA (or 0x473CAA) is unknown color: approx Blue Gem. HEX triplet: 47, 3C and AA. RGB value is (71,60,170). Sum of RGB (Red+Green+Blue) = 71+60+170=301 (39% of max value = 765). Red value is 71 (28.12% from 255 or 23.59% from 301); Green value is 60 (23.83% from 255 or 19.93% from 301); Blue value is 170 (66.80% from 255 or 56.48% from 301); Max value from RGB is 170 - color contains mainly: blue. Hex color #473CAA is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #473CAA is #B8C355. Grayscale: #4B4B4B. Windows color (decimal): -12108630 or 11156551. OLE color: 11156551.

HSL color Cylindrical-coordinate representation of color #473CAA: hue angle of 246º 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 #473CAA is Cyan = 0.58, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB7160170-
CMYK0.580.6500.33
HSL246º47.83%45.1%-
HSV(B)246º64.71%66.67%-
XYZ11.477.4738.87-
YUV75.83181.14124.56-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 23.59%
GREEN value IS 60 (23.83% from 255) = 19.93%
BLUE value IS 170 (66.80% from 255) = 56.48%
R=23.59%
G=19.93%
B=56.48%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal71601700.580.6500.3324647.8345.1
Hex473CAA3A41021f6302d
Octal10774252721010413666055
Binary1000111111100101010101110101000001010000111110110110000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #473CAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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