#47719E

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

Shades of San Marino #47719E

Tints of San Marino #47719E

Color information

#47719E (or 0x47719E) is unknown color: approx San Marino. HEX triplet: 47, 71 and 9E. RGB value is (71,113,158). Sum of RGB (Red+Green+Blue) = 71+113+158=342 (45% of max value = 765). Red value is 71 (28.12% from 255 or 20.76% from 342); Green value is 113 (44.53% from 255 or 33.04% from 342); Blue value is 158 (62.11% from 255 or 46.20% from 342); Max value from RGB is 158 - color contains mainly: blue. Hex color #47719E is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #47719E is #B88E61. Grayscale: #696969. Windows color (decimal): -12095074 or 10383687. OLE color: 10383687.

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

Color convert

RGB71113158-
CMYK0.550.2800.38
HSL211.03º37.99%44.9%-
HSV(B)211.03º55.06%61.96%-
XYZ14.6815.6234.59-
YUV105.57157.59103.34-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 20.76%
GREEN value IS 113 (44.53% from 255) = 33.04%
BLUE value IS 158 (62.11% from 255) = 46.20%
R=20.76%
G=33.04%
B=46.20%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal711131580.550.2800.38211.0337.9944.9
Hex47719E371C026d3262d
Octal10716123667340463234655
Binary100011111100011001111011011111100010011011010011100110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47719E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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