#476FAF

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

Shades of San Marino #476FAF

Tints of San Marino #476FAF

Color information

#476FAF (or 0x476FAF) is unknown color: approx San Marino. HEX triplet: 47, 6F and AF. RGB value is (71,111,175). Sum of RGB (Red+Green+Blue) = 71+111+175=357 (47% of max value = 765). Red value is 71 (28.12% from 255 or 19.89% from 357); Green value is 111 (43.75% from 255 or 31.09% from 357); Blue value is 175 (68.75% from 255 or 49.02% from 357); Max value from RGB is 175 - color contains mainly: blue. Hex color #476FAF is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #476FAF is #B89050. Grayscale: #6A6A6A. Windows color (decimal): -12095569 or 11497287. OLE color: 11497287.

HSL color Cylindrical-coordinate representation of color #476FAF: hue angle of 216.92º degrees, saturation: 0.42, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #476FAF is Cyan = 0.59, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB71111175-
CMYK0.590.3700.31
HSL216.92º42.28%48.24%-
HSV(B)216.92º59.43%68.63%-
XYZ16.0215.842.76-
YUV106.34166.75102.8-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 19.89%
GREEN value IS 111 (43.75% from 255) = 31.09%
BLUE value IS 175 (68.75% from 255) = 49.02%
R=19.89%
G=31.09%
B=49.02%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal711111750.590.3700.31216.9242.2848.24
Hex476FAF3B2501Fd92a30
Octal10715725773450373315260
Binary100011111011111010111111101110010101111111011001101010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #476FAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(71,111,175); }

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

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

 a { background-color: rgb(71,111,175); }

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

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

 span { border-color: rgb(71,111,175); }

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