#476EAF

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

Shades of San Marino #476EAF

Tints of San Marino #476EAF

Color information

#476EAF (or 0x476EAF) is unknown color: approx San Marino. HEX triplet: 47, 6E and AF. RGB value is (71,110,175). Sum of RGB (Red+Green+Blue) = 71+110+175=356 (47% of max value = 765). Red value is 71 (28.12% from 255 or 19.94% from 356); Green value is 110 (43.36% from 255 or 30.90% from 356); Blue value is 175 (68.75% from 255 or 49.16% from 356); Max value from RGB is 175 - color contains mainly: blue. Hex color #476EAF is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #476EAF is #B89150. Grayscale: #696969. Windows color (decimal): -12095825 or 11497031. OLE color: 11497031.

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

Color convert

RGB71110175-
CMYK0.590.3700.31
HSL217.5º42.28%48.24%-
HSV(B)217.5º59.43%68.63%-
XYZ15.9115.5942.73-
YUV105.75167.08103.21-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 19.94%
GREEN value IS 110 (43.36% from 255) = 30.90%
BLUE value IS 175 (68.75% from 255) = 49.16%
R=19.94%
G=30.90%
B=49.16%

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
Decimal711101750.590.3700.31217.542.2848.24
Hex476EAF3B2501Fda2a30
Octal10715625773450373325260
Binary100011111011101010111111101110010101111111011010101010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #476EAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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