#476C9E

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

Shades of San Marino #476C9E

Tints of San Marino #476C9E

Color information

#476C9E (or 0x476C9E) is unknown color: approx San Marino. HEX triplet: 47, 6C and 9E. RGB value is (71,108,158). Sum of RGB (Red+Green+Blue) = 71+108+158=337 (44% of max value = 765). Red value is 71 (28.12% from 255 or 21.07% from 337); Green value is 108 (42.58% from 255 or 32.05% from 337); Blue value is 158 (62.11% from 255 or 46.88% from 337); Max value from RGB is 158 - color contains mainly: blue. Hex color #476C9E is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #476C9E is #B89361. Grayscale: #666666. Windows color (decimal): -12096354 or 10382407. OLE color: 10382407.

HSL color Cylindrical-coordinate representation of color #476C9E: hue angle of 214.48º 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 #476C9E is Cyan = 0.55, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB71108158-
CMYK0.550.3200.38
HSL214.48º37.99%44.9%-
HSV(B)214.48º55.06%61.96%-
XYZ14.1314.5334.41-
YUV102.64159.24105.43-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 21.07%
GREEN value IS 108 (42.58% from 255) = 32.05%
BLUE value IS 158 (62.11% from 255) = 46.88%
R=21.07%
G=32.05%
B=46.88%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal711081580.550.3200.38214.4837.9944.9
Hex476C9E3720026d6262d
Octal10715423667400463264655
Binary1000111110110010011110110111100000010011011010110100110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #476C9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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