#473AAF

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

Shades of Blue Gem #473AAF

Tints of Blue Gem #473AAF

Color information

#473AAF (or 0x473AAF) is unknown color: approx Blue Gem. HEX triplet: 47, 3A and AF. RGB value is (71,58,175). Sum of RGB (Red+Green+Blue) = 71+58+175=304 (40% of max value = 765). Red value is 71 (28.12% from 255 or 23.36% from 304); Green value is 58 (23.05% from 255 or 19.08% from 304); Blue value is 175 (68.75% from 255 or 57.57% from 304); Max value from RGB is 175 - color contains mainly: blue. Hex color #473AAF is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #473AAF is #B8C550. Grayscale: #4A4A4A. Windows color (decimal): -12109137 or 11483719. OLE color: 11483719.

HSL color Cylindrical-coordinate representation of color #473AAF: hue angle of 246.67º degrees, saturation: 0.5, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #473AAF is Cyan = 0.59, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB7158175-
CMYK0.590.6700.31
HSL246.67º50.21%45.69%-
HSV(B)246.67º66.86%68.63%-
XYZ11.857.4641.37-
YUV75.22184.31124.99-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 23.36%
GREEN value IS 58 (23.05% from 255) = 19.08%
BLUE value IS 175 (68.75% from 255) = 57.57%
R=23.36%
G=19.08%
B=57.57%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal71581750.590.6700.31246.6750.2145.69
Hex473AAF3B4301Ff7322e
Octal10772257731030373676256
Binary100011111101010101111111011100001101111111110111110010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #473AAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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