#476DA5

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

Shades of San Marino #476DA5

Tints of San Marino #476DA5

Color information

#476DA5 (or 0x476DA5) is unknown color: approx San Marino. HEX triplet: 47, 6D and A5. RGB value is (71,109,165). Sum of RGB (Red+Green+Blue) = 71+109+165=345 (45% of max value = 765). Red value is 71 (28.12% from 255 or 20.58% from 345); Green value is 109 (42.97% from 255 or 31.59% from 345); Blue value is 165 (64.84% from 255 or 47.83% from 345); Max value from RGB is 165 - color contains mainly: blue. Hex color #476DA5 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #476DA5 is #B8925A. Grayscale: #676767. Windows color (decimal): -12096091 or 10841415. OLE color: 10841415.

HSL color Cylindrical-coordinate representation of color #476DA5: hue angle of 215.74º degrees, saturation: 0.4, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #476DA5 is Cyan = 0.57, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB71109165-
CMYK0.570.3400.35
HSL215.74º39.83%46.27%-
HSV(B)215.74º56.97%64.71%-
XYZ14.8614.9937.71-
YUV104.02162.41104.45-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 20.58%
GREEN value IS 109 (42.97% from 255) = 31.59%
BLUE value IS 165 (64.84% from 255) = 47.83%
R=20.58%
G=31.59%
B=47.83%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal711091650.570.3400.35215.7439.8346.27
Hex476DA53922023d8282e
Octal10715524571420433305056
Binary1000111110110110100101111001100010010001111011000101000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #476DA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(71,109,165); }

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

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

 a { background-color: rgb(71,109,165); }

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

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

 span { border-color: rgb(71,109,165); }

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