#476F9E

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

Shades of San Marino #476F9E

Tints of San Marino #476F9E

Color information

#476F9E (or 0x476F9E) is unknown color: approx San Marino. HEX triplet: 47, 6F and 9E. RGB value is (71,111,158). Sum of RGB (Red+Green+Blue) = 71+111+158=340 (45% of max value = 765). Red value is 71 (28.12% from 255 or 20.88% from 340); Green value is 111 (43.75% from 255 or 32.65% from 340); Blue value is 158 (62.11% from 255 or 46.47% from 340); Max value from RGB is 158 - color contains mainly: blue. Hex color #476F9E is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #476F9E is #B89061. Grayscale: #686868. Windows color (decimal): -12095586 or 10383175. OLE color: 10383175.

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

Color convert

RGB71111158-
CMYK0.550.3000.38
HSL212.41º37.99%44.9%-
HSV(B)212.41º55.06%61.96%-
XYZ14.4515.1834.52-
YUV104.4158.25104.18-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 20.88%
GREEN value IS 111 (43.75% from 255) = 32.65%
BLUE value IS 158 (62.11% from 255) = 46.47%
R=20.88%
G=32.65%
B=46.47%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal711111580.550.3000.38212.4137.9944.9
Hex476F9E371E026d4262d
Octal10715723667360463244655
Binary100011111011111001111011011111110010011011010100100110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #476F9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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