#47729E

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

Shades of San Marino #47729E

Tints of San Marino #47729E

Color information

#47729E (or 0x47729E) is unknown color: approx San Marino. HEX triplet: 47, 72 and 9E. RGB value is (71,114,158). Sum of RGB (Red+Green+Blue) = 71+114+158=343 (45% of max value = 765). Red value is 71 (28.12% from 255 or 20.70% from 343); Green value is 114 (44.92% from 255 or 33.24% from 343); Blue value is 158 (62.11% from 255 or 46.06% from 343); Max value from RGB is 158 - color contains mainly: blue. Hex color #47729E is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #47729E is #B88D61. Grayscale: #696969. Windows color (decimal): -12094818 or 10383943. OLE color: 10383943.

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

Color convert

RGB71114158-
CMYK0.550.2800.38
HSL210.34º37.99%44.9%-
HSV(B)210.34º55.06%61.96%-
XYZ14.7915.8434.63-
YUV106.16157.25102.92-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 20.70%
GREEN value IS 114 (44.92% from 255) = 33.24%
BLUE value IS 158 (62.11% from 255) = 46.06%
R=20.70%
G=33.24%
B=46.06%

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
Decimal711141580.550.2800.38210.3437.9944.9
Hex47729E371C026d2262d
Octal10716223667340463224655
Binary100011111100101001111011011111100010011011010010100110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47729E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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