#476E9B

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

Shades of San Marino #476E9B

Tints of San Marino #476E9B

Color information

#476E9B (or 0x476E9B) is unknown color: approx San Marino. HEX triplet: 47, 6E and 9B. RGB value is (71,110,155). Sum of RGB (Red+Green+Blue) = 71+110+155=336 (44% of max value = 765). Red value is 71 (28.12% from 255 or 21.13% from 336); Green value is 110 (43.36% from 255 or 32.74% from 336); Blue value is 155 (60.94% from 255 or 46.13% from 336); Max value from RGB is 155 - color contains mainly: blue. Hex color #476E9B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #476E9B is #B89164. Grayscale: #676767. Windows color (decimal): -12095845 or 10186311. OLE color: 10186311.

HSL color Cylindrical-coordinate representation of color #476E9B: hue angle of 212.14º 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 #476E9B is Cyan = 0.54, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB71110155-
CMYK0.540.2900.39
HSL212.14º37.17%44.31%-
HSV(B)212.14º54.19%60.78%-
XYZ14.0914.8633.14-
YUV103.47157.08104.84-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 21.13%
GREEN value IS 110 (43.36% from 255) = 32.74%
BLUE value IS 155 (60.94% from 255) = 46.13%
R=21.13%
G=32.74%
B=46.13%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal711101550.540.2900.39212.1437.1744.31
Hex476E9B361D027d4252c
Octal10715623366350473244554
Binary100011111011101001101111011011101010011111010100100101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #476E9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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