#47709E

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

Shades of San Marino #47709E

Tints of San Marino #47709E

Color information

#47709E (or 0x47709E) is unknown color: approx San Marino. HEX triplet: 47, 70 and 9E. RGB value is (71,112,158). Sum of RGB (Red+Green+Blue) = 71+112+158=341 (45% of max value = 765). Red value is 71 (28.12% from 255 or 20.82% from 341); Green value is 112 (44.14% from 255 or 32.84% from 341); Blue value is 158 (62.11% from 255 or 46.33% from 341); Max value from RGB is 158 - color contains mainly: blue. Hex color #47709E is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #47709E is #B88F61. Grayscale: #686868. Windows color (decimal): -12095330 or 10383431. OLE color: 10383431.

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

Color convert

RGB71112158-
CMYK0.550.2900.38
HSL211.72º37.99%44.9%-
HSV(B)211.72º55.06%61.96%-
XYZ14.5615.434.55-
YUV104.98157.92103.76-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 20.82%
GREEN value IS 112 (44.14% from 255) = 32.84%
BLUE value IS 158 (62.11% from 255) = 46.33%
R=20.82%
G=32.84%
B=46.33%

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
Decimal711121580.550.2900.38211.7237.9944.9
Hex47709E371D026d4262d
Octal10716023667350463244655
Binary100011111100001001111011011111101010011011010100100110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47709E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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