#473AB1

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

Shades of Blue Gem #473AB1

Tints of Blue Gem #473AB1

Color information

#473AB1 (or 0x473AB1) is unknown color: approx Blue Gem. HEX triplet: 47, 3A and B1. RGB value is (71,58,177). Sum of RGB (Red+Green+Blue) = 71+58+177=306 (40% of max value = 765). Red value is 71 (28.12% from 255 or 23.20% from 306); Green value is 58 (23.05% from 255 or 18.95% from 306); Blue value is 177 (69.53% from 255 or 57.84% from 306); Max value from RGB is 177 - color contains mainly: blue. Hex color #473AB1 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #473AB1 is #B8C54E. Grayscale: #4A4A4A. Windows color (decimal): -12109135 or 11614791. OLE color: 11614791.

HSL color Cylindrical-coordinate representation of color #473AB1: hue angle of 246.55º degrees, saturation: 0.51, 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 #473AB1 is Cyan = 0.60, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB7158177-
CMYK0.600.6700.31
HSL246.55º50.64%46.08%-
HSV(B)246.55º67.23%69.41%-
XYZ12.057.5442.42-
YUV75.45185.31124.82-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 23.20%
GREEN value IS 58 (23.05% from 255) = 18.95%
BLUE value IS 177 (69.53% from 255) = 57.84%
R=23.20%
G=18.95%
B=57.84%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal71581770.600.6700.31246.5550.6446.08
Hex473AB13C4301Ff7332e
Octal10772261741030373676356
Binary100011111101010110001111100100001101111111110111110011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #473AB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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