#47709D

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

Shades of San Marino #47709D

Tints of San Marino #47709D

Color information

#47709D (or 0x47709D) is unknown color: approx San Marino. HEX triplet: 47, 70 and 9D. RGB value is (71,112,157). Sum of RGB (Red+Green+Blue) = 71+112+157=340 (45% of max value = 765). Red value is 71 (28.12% from 255 or 20.88% from 340); Green value is 112 (44.14% from 255 or 32.94% from 340); Blue value is 157 (61.72% from 255 or 46.18% from 340); Max value from RGB is 157 - color contains mainly: blue. Hex color #47709D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #47709D is #B88F62. Grayscale: #686868. Windows color (decimal): -12095331 or 10317895. OLE color: 10317895.

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

Color convert

RGB71112157-
CMYK0.550.2900.38
HSL211.4º37.72%44.71%-
HSV(B)211.4º54.78%61.57%-
XYZ14.4815.3634.1-
YUV104.87157.42103.84-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 20.88%
GREEN value IS 112 (44.14% from 255) = 32.94%
BLUE value IS 157 (61.72% from 255) = 46.18%
R=20.88%
G=32.94%
B=46.18%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal711121570.550.2900.38211.437.7244.71
Hex47709D371D026d3262d
Octal10716023567350463234655
Binary100011111100001001110111011111101010011011010011100110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47709D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #47709D; }

 p { color: rgb(71,112,157); }

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

<style>
 a { background-color: #47709D; }

 a { background-color: rgb(71,112,157); }

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

<style>
 span { border-color: #47709D; }

 span { border-color: rgb(71,112,157); }

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