#476CA0

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

Shades of San Marino #476CA0

Tints of San Marino #476CA0

Color information

#476CA0 (or 0x476CA0) is unknown color: approx San Marino. HEX triplet: 47, 6C and A0. RGB value is (71,108,160). Sum of RGB (Red+Green+Blue) = 71+108+160=339 (44% of max value = 765). Red value is 71 (28.12% from 255 or 20.94% from 339); Green value is 108 (42.58% from 255 or 31.86% from 339); Blue value is 160 (62.89% from 255 or 47.20% from 339); Max value from RGB is 160 - color contains mainly: blue. Hex color #476CA0 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #476CA0 is #B8935F. Grayscale: #666666. Windows color (decimal): -12096352 or 10513479. OLE color: 10513479.

HSL color Cylindrical-coordinate representation of color #476CA0: hue angle of 215.06º 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 #476CA0 is Cyan = 0.56, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB71108160-
CMYK0.560.3200.37
HSL215.06º38.53%45.29%-
HSV(B)215.06º55.62%62.75%-
XYZ14.3114.635.32-
YUV102.86160.24105.27-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 20.94%
GREEN value IS 108 (42.58% from 255) = 31.86%
BLUE value IS 160 (62.89% from 255) = 47.20%
R=20.94%
G=31.86%
B=47.20%

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
Decimal711081600.560.3200.37215.0638.5345.29
Hex476CA03820025d7272d
Octal10715424070400453274755
Binary1000111110110010100000111000100000010010111010111100111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #476CA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(71,108,160); }

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

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

 a { background-color: rgb(71,108,160); }

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

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

 span { border-color: rgb(71,108,160); }

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