#476C9B

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

Shades of San Marino #476C9B

Tints of San Marino #476C9B

Color information

#476C9B (or 0x476C9B) is unknown color: approx San Marino. HEX triplet: 47, 6C and 9B. RGB value is (71,108,155). Sum of RGB (Red+Green+Blue) = 71+108+155=334 (44% of max value = 765). Red value is 71 (28.12% from 255 or 21.26% from 334); Green value is 108 (42.58% from 255 or 32.34% from 334); Blue value is 155 (60.94% from 255 or 46.41% from 334); Max value from RGB is 155 - color contains mainly: blue. Hex color #476C9B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #476C9B is #B89364. Grayscale: #666666. Windows color (decimal): -12096357 or 10185799. OLE color: 10185799.

HSL color Cylindrical-coordinate representation of color #476C9B: hue angle of 213.57º degrees, saturation: 0.37, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #476C9B is Cyan = 0.54, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB71108155-
CMYK0.540.3000.39
HSL213.57º37.17%44.31%-
HSV(B)213.57º54.19%60.78%-
XYZ13.8814.4333.06-
YUV102.3157.74105.68-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 21.26%
GREEN value IS 108 (42.58% from 255) = 32.34%
BLUE value IS 155 (60.94% from 255) = 46.41%
R=21.26%
G=32.34%
B=46.41%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal711081550.540.3000.39213.5737.1744.31
Hex476C9B361E027d6252c
Octal10715423366360473264554
Binary100011111011001001101111011011110010011111010110100101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #476C9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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