#476EA1

Color #476EA1 San Marino (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of San Marino #476EA1

Tints of San Marino #476EA1

Color information

#476EA1 (or 0x476EA1) is unknown color: approx San Marino. HEX triplet: 47, 6E and A1. RGB value is (71,110,161). Sum of RGB (Red+Green+Blue) = 71+110+161=342 (45% of max value = 765). Red value is 71 (28.12% from 255 or 20.76% from 342); Green value is 110 (43.36% from 255 or 32.16% from 342); Blue value is 161 (63.28% from 255 or 47.08% from 342); Max value from RGB is 161 - color contains mainly: blue. Hex color #476EA1 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #476EA1 is #B8915E. Grayscale: #676767. Windows color (decimal): -12095839 or 10579527. OLE color: 10579527.

HSL color Cylindrical-coordinate representation of color #476EA1: hue angle of 214º degrees, saturation: 0.39, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #476EA1 is Cyan = 0.56, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB71110161-
CMYK0.560.3200.37
HSL214º38.79%45.49%-
HSV(B)214º55.9%63.14%-
XYZ14.6115.0635.86-
YUV104.15160.08104.35-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 20.76%
GREEN value IS 110 (43.36% from 255) = 32.16%
BLUE value IS 161 (63.28% from 255) = 47.08%
R=20.76%
G=32.16%
B=47.08%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal711101610.560.3200.3721438.7945.49
Hex476EA13820025d6272d
Octal10715624170400453264755
Binary1000111110111010100001111000100000010010111010110100111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #476EA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #476EA1; }

 p { color: rgb(71,110,161); }

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

<style>
 a { background-color: #476EA1; }

 a { background-color: rgb(71,110,161); }

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

<style>
 span { border-color: #476EA1; }

 span { border-color: rgb(71,110,161); }

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