#473db5

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

Shades of Rich Blue #473DB5

Tints of Rich Blue #473DB5

Color information

#473DB5 (or 0x473DB5) is unknown color: approx Rich Blue. HEX triplet: 47, 3D and B5. RGB value is (71,61,181). Sum of RGB (Red+Green+Blue) = 71+61+181=313 (41% of max value = 765). Red value is 71 (28.12% from 255 or 22.68% from 313); Green value is 61 (24.22% from 255 or 19.49% from 313); Blue value is 181 (71.09% from 255 or 57.83% from 313); Max value from RGB is 181 - color contains mainly: blue. Hex color #473DB5 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #473DB5 is #B8C24A. Grayscale: #4D4D4D. Windows color (decimal): -12108363 or 11877703. OLE color: 11877703.

HSL color Cylindrical-coordinate representation of color #473DB5: hue angle of 245º degrees, saturation: 0.5, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #473DB5 is Cyan = 0.61, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB7161181-
CMYK0.610.6600.29
HSL245º49.59%47.45%-
HSV(B)245º66.3%70.98%-
XYZ12.618.0144.6-
YUV77.67186.31123.24-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 22.68%
GREEN value IS 61 (24.22% from 255) = 19.49%
BLUE value IS 181 (71.09% from 255) = 57.83%
R=22.68%
G=19.49%
B=57.83%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal71611810.610.6600.2924549.5947.45
Hex473DB53D4201Df5322f
Octal10775265751020353656257
Binary100011111110110110101111101100001001110111110101110010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #473db5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(71,61,181); }

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

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

 a { background-color: rgb(71,61,181); }

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

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

 span { border-color: rgb(71,61,181); }

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