#473AAC

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

Shades of Blue Gem #473AAC

Tints of Blue Gem #473AAC

Color information

#473AAC (or 0x473AAC) is unknown color: approx Blue Gem. HEX triplet: 47, 3A and AC. RGB value is (71,58,172). Sum of RGB (Red+Green+Blue) = 71+58+172=301 (39% of max value = 765). Red value is 71 (28.12% from 255 or 23.59% from 301); Green value is 58 (23.05% from 255 or 19.27% from 301); Blue value is 172 (67.58% from 255 or 57.14% from 301); Max value from RGB is 172 - color contains mainly: blue. Hex color #473AAC is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #473AAC is #B8C553. Grayscale: #4A4A4A. Windows color (decimal): -12109140 or 11287111. OLE color: 11287111.

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

Color convert

RGB7158172-
CMYK0.590.6600.33
HSL246.84º49.57%45.1%-
HSV(B)246.84º66.28%67.45%-
XYZ11.567.3439.84-
YUV74.88182.81125.23-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 23.59%
GREEN value IS 58 (23.05% from 255) = 19.27%
BLUE value IS 172 (67.58% from 255) = 57.14%
R=23.59%
G=19.27%
B=57.14%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal71581720.590.6600.33246.8449.5745.1
Hex473AAC3B42021f7322d
Octal10772254731020413676255
Binary1000111111010101011001110111000010010000111110111110010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #473AAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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