#476C95

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

Shades of San Marino #476C95

Tints of San Marino #476C95

Color information

#476C95 (or 0x476C95) is unknown color: approx San Marino. HEX triplet: 47, 6C and 95. RGB value is (71,108,149). Sum of RGB (Red+Green+Blue) = 71+108+149=328 (43% of max value = 765). Red value is 71 (28.12% from 255 or 21.65% from 328); Green value is 108 (42.58% from 255 or 32.93% from 328); Blue value is 149 (58.59% from 255 or 45.43% from 328); Max value from RGB is 149 - color contains mainly: blue. Hex color #476C95 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #476C95 is #B8936A. Grayscale: #656565. Windows color (decimal): -12096363 or 9792583. OLE color: 9792583.

HSL color Cylindrical-coordinate representation of color #476C95: hue angle of 211.54º degrees, saturation: 0.35, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #476C95 is Cyan = 0.52, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB71108149-
CMYK0.520.2800.42
HSL211.54º35.45%43.14%-
HSV(B)211.54º52.35%58.43%-
XYZ13.3914.2330.48-
YUV101.61154.74106.17-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 21.65%
GREEN value IS 108 (42.58% from 255) = 32.93%
BLUE value IS 149 (58.59% from 255) = 45.43%
R=21.65%
G=32.93%
B=45.43%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal711081490.520.2800.42211.5435.4543.14
Hex476C95341C02Ad4232b
Octal10715422564340523244353
Binary100011111011001001010111010011100010101011010100100011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #476C95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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