#476D9E

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

Shades of San Marino #476D9E

Tints of San Marino #476D9E

Color information

#476D9E (or 0x476D9E) is unknown color: approx San Marino. HEX triplet: 47, 6D and 9E. RGB value is (71,109,158). Sum of RGB (Red+Green+Blue) = 71+109+158=338 (44% of max value = 765). Red value is 71 (28.12% from 255 or 21.01% from 338); Green value is 109 (42.97% from 255 or 32.25% from 338); Blue value is 158 (62.11% from 255 or 46.75% from 338); Max value from RGB is 158 - color contains mainly: blue. Hex color #476D9E is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #476D9E is #B89261. Grayscale: #666666. Windows color (decimal): -12096098 or 10382663. OLE color: 10382663.

HSL color Cylindrical-coordinate representation of color #476D9E: hue angle of 213.79º degrees, saturation: 0.38, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #476D9E is Cyan = 0.55, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB71109158-
CMYK0.550.3100.38
HSL213.79º37.99%44.9%-
HSV(B)213.79º55.06%61.96%-
XYZ14.2414.7534.44-
YUV103.22158.91105.02-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 21.01%
GREEN value IS 109 (42.97% from 255) = 32.25%
BLUE value IS 158 (62.11% from 255) = 46.75%
R=21.01%
G=32.25%
B=46.75%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal711091580.550.3100.38213.7937.9944.9
Hex476D9E371F026d6262d
Octal10715523667370463264655
Binary100011111011011001111011011111111010011011010110100110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #476D9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(71,109,158); }

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

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

 a { background-color: rgb(71,109,158); }

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

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

 span { border-color: rgb(71,109,158); }

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