#47719F

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

Shades of San Marino #47719F

Tints of San Marino #47719F

Color information

#47719F (or 0x47719F) is unknown color: approx San Marino. HEX triplet: 47, 71 and 9F. RGB value is (71,113,159). Sum of RGB (Red+Green+Blue) = 71+113+159=343 (45% of max value = 765). Red value is 71 (28.12% from 255 or 20.70% from 343); Green value is 113 (44.53% from 255 or 32.94% from 343); Blue value is 159 (62.5% from 255 or 46.36% from 343); Max value from RGB is 159 - color contains mainly: blue. Hex color #47719F is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #47719F is #B88E60. Grayscale: #696969. Windows color (decimal): -12095073 or 10449223. OLE color: 10449223.

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

Color convert

RGB71113159-
CMYK0.550.2900.38
HSL211.36º38.26%45.1%-
HSV(B)211.36º55.35%62.35%-
XYZ14.7615.6535.04-
YUV105.69158.09103.26-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 20.70%
GREEN value IS 113 (44.53% from 255) = 32.94%
BLUE value IS 159 (62.5% from 255) = 46.36%
R=20.70%
G=32.94%
B=46.36%

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
Decimal711131590.550.2900.38211.3638.2645.1
Hex47719F371D026d3262d
Octal10716123767350463234655
Binary100011111100011001111111011111101010011011010011100110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47719F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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